Color Hex Logo

#adfbe0 Color Hex

#ADFBE0
(173,251,224)
0 Favorites   0 Comments

Color spaces of #adfbe0

RGB 173251224
HSL0.440.910.83
HSV159°31°98°
CMYK 0.310.000.11   0.02
XYZ65.185383.260483.1562
Yxy83.26040.28150.3595
Hunter Lab91.2471-32.16539.8403
CIE-Lab93.1283-29.44655.3388

#adfbe0 color RGB value is (173,251,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 11100000
Octal 255 373 340
Decimal 173 251 224
Hex AD FB E0

RGB Percentages of Color #adfbe0

%26.70
%38.73
%34.57

CMYK Percentages of Color #adfbe0

%31
%0
%11
%2

Triadic Colors of #adfbe0

#adfbe0 #e0adfb #fbe0ad

Analogous Colors of #adfbe0

#adfbe0 #adeffb #adfbb9

Monochromatic Colors of #adfbe0

#adfbe0

Complementary Color

#adfbe0 #fbadc8

#adfbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfbe0 Color CSS Codes

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

#adfbe0 Text Font Color

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

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


#adfbe0 Background Color

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

This div background color is #adfbe0


#adfbe0 Border Color

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

This div border color is #adfbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfbe0


Comments

No comments written yet.

Please login to write comment.