color codes Logo

#adfbe8 color codes

#ADFBE8
(173,251,232)
0 Favorites   0 Comments

Color spaces of #adfbe8

RGB 173251232
HSL0.460.910.83
HSV165°31°98°
CMYK 0.310.000.08   0.02
XYZ66.296283.704889.0064
Yxy83.70480.27740.3502
Hunter Lab91.4903-30.76256.3629
CIE-Lab93.3221-27.79121.4827

#adfbe8 color RGB value is (173,251,232).

#adfbe8 hex color red value is 173, green value is 251 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #adfbe8 hue: 0.46 , saturation: 0.91 and the lightness value of adfbe8 is 0.83.

The process color (four color CMYK) of #adfbe8 color code is 0.31, 0.00, 0.08, 0.02. Web safe color of #adfbe8 is #99ffff. Color #adfbe8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 11101000
Octal 255 373 350
Decimal 173 251 232
Hex AD FB E8

RGB Percentages of Color #adfbe8

%26.37
%38.26
%35.37

CMYK Percentages of Color #adfbe8

%31
%0
%8
%2

Triadic Colors of #adfbe8

#adfbe8 #e8adfb #fbe8ad

Analogous Colors of #adfbe8

#adfbe8 #ade7fb #adfbc1

Monochromatic Colors of #adfbe8

#adfbe8

Complementary Color

#adfbe8 #fbadc0

#adfbe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfbe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfbe8 Color CSS Codes

.mybgcolor {background-color:#adfbe8; } 
.myforecolor {color:#adfbe8; }
.mybordercolor {border:3px solid #adfbe8; }

#adfbe8 Text Font Color

<p style="color:#adfbe8">Text here</p>

This sample text font color is #adfbe8
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#adfbe8 Background Color

<div style="background-color:#adfbe8">
Div content here</div>

This div background color is #adfbe8


#adfbe8 Border Color

<div style="border:3px solid #adfbe8">
Div here</div>

This div border color is #adfbe8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,251,232, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #adfbe8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #adfbe8;
  -webkit-box-shadow: 1px 1px 3px 2px #adfbe8;
  box-shadow:         1px 1px 3px 2px #adfbe8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,251,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #adfbe8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #adfbe8;
  -webkit-box-shadow: 1px 1px 3px 2px #adfbe8;
  box-shadow:         1px 1px 3px 2px #adfbe8;">
Div content here</div>

This div box has shadow with color #adfbe8


Comments

No comments written yet.

Please login to write comment.