Color Hex Logo

#adfbe5 Color Hex

#ADFBE5
(173,251,229)
0 Favorites   0 Comments

Color spaces of #adfbe5

RGB 173251229
HSL0.450.910.83
HSV163°31°98°
CMYK 0.310.000.09   0.02
XYZ65.873683.535786.7808
Yxy83.53570.27890.3537
Hunter Lab91.3979-31.29517.6836
CIE-Lab93.2485-28.41792.9275

#adfbe5 color RGB value is (173,251,229).

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

The process color (four color CMYK) of #adfbe5 color hex is 0.31, 0.00, 0.09, 0.02. Web safe color of #adfbe5 is #99ffcc. Color #adfbe5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 11100101
Octal 255 373 345
Decimal 173 251 229
Hex AD FB E5

RGB Percentages of Color #adfbe5

%26.49
%38.44
%35.07

CMYK Percentages of Color #adfbe5

%31
%0
%9
%2

Triadic Colors of #adfbe5

#adfbe5 #e5adfb #fbe5ad

Analogous Colors of #adfbe5

#adfbe5 #adeafb #adfbbe

Monochromatic Colors of #adfbe5

#adfbe5

Complementary Color

#adfbe5 #fbadc3

#adfbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfbe5 Color CSS Codes

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

#adfbe5 Text Font Color

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

This sample text font color is #adfbe5
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.


#adfbe5 Background Color

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

This div background color is #adfbe5


#adfbe5 Border Color

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

This div border color is #adfbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfbe5


Comments

No comments written yet.

Please login to write comment.