Color Hex Logo

#adf1cb Color Hex

#ADF1CB
(173,241,203)
0 Favorites   0 Comments

Color spaces of #adf1cb

RGB 173241203
HSL0.410.710.81
HSV146°28°95°
CMYK 0.280.000.16   0.05
XYZ59.468476.106668.0556
Yxy76.10660.29200.3737
Hunter Lab87.2391-30.990114.8150
CIE-Lab89.9088-28.856011.6007

#adf1cb color RGB value is (173,241,203).

#adf1cb hex color red value is 173, green value is 241 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #adf1cb hue: 0.41 , saturation: 0.71 and the lightness value of adf1cb is 0.81.

The process color (four color CMYK) of #adf1cb color hex is 0.28, 0.00, 0.16, 0.05. Web safe color of #adf1cb is #99ffcc. Color #adf1cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110001 11001011
Octal 255 361 313
Decimal 173 241 203
Hex AD F1 CB

RGB Percentages of Color #adf1cb

%28.04
%39.06
%32.90

CMYK Percentages of Color #adf1cb

%28
%0
%16
%5

Triadic Colors of #adf1cb

#adf1cb #cbadf1 #f1cbad

Analogous Colors of #adf1cb

#adf1cb #adf1ed #b1f1ad

Monochromatic Colors of #adf1cb

#adf1cb

Complementary Color

#adf1cb #f1add3

#adf1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf1cb Color CSS Codes

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

#adf1cb Text Font Color

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

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


#adf1cb Background Color

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

This div background color is #adf1cb


#adf1cb Border Color

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

This div border color is #adf1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf1cb


Comments

No comments written yet.

Please login to write comment.