Color Hex Logo

#adfbed Color Hex

#ADFBED
(173,251,237)
0 Favorites   0 Comments

Color spaces of #adfbed

RGB 173251237
HSL0.470.910.83
HSV169°31°98°
CMYK 0.310.000.06   0.02
XYZ67.016883.993092.8009
Yxy83.99300.27490.3445
Hunter Lab91.6477-29.85654.1173
CIE-Lab93.4475-26.7306-0.9218

#adfbed color RGB value is (173,251,237).

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

The process color (four color CMYK) of #adfbed color hex is 0.31, 0.00, 0.06, 0.02. Web safe color of #adfbed is #99ffff. Color #adfbed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 11101101
Octal 255 373 355
Decimal 173 251 237
Hex AD FB ED

RGB Percentages of Color #adfbed

%26.17
%37.97
%35.85

CMYK Percentages of Color #adfbed

%31
%0
%6
%2

Triadic Colors of #adfbed

#adfbed #edadfb #fbedad

Analogous Colors of #adfbed

#adfbed #ade2fb #adfbc6

Monochromatic Colors of #adfbed

#adfbed

Complementary Color

#adfbed #fbadbb

#adfbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfbed Color CSS Codes

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

#adfbed Text Font Color

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

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


#adfbed Background Color

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

This div background color is #adfbed


#adfbed Border Color

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

This div border color is #adfbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfbed


Comments

No comments written yet.

Please login to write comment.