Color Hex Logo

#cfe2ad Color Hex

#CFE2AD
(207,226,173)
0 Favorites   0 Comments

Color spaces of #cfe2ad

RGB 207226173
HSL0.230.480.78
HSV82°23°89°
CMYK 0.080.000.23   0.11
XYZ60.471370.675249.9897
Yxy70.67520.33380.3902
Hunter Lab84.0685-18.723223.5924
CIE-Lab87.3270-15.336723.8603

#cfe2ad color RGB value is (207,226,173).

#cfe2ad hex color red value is 207, green value is 226 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cfe2ad hue: 0.23 , saturation: 0.48 and the lightness value of cfe2ad is 0.78.

The process color (four color CMYK) of #cfe2ad color hex is 0.08, 0.00, 0.23, 0.11. Web safe color of #cfe2ad is #cccc99. Color #cfe2ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100010 10101101
Octal 317 342 255
Decimal 207 226 173
Hex CF E2 AD

RGB Percentages of Color #cfe2ad

%34.16
%37.29
%28.55

CMYK Percentages of Color #cfe2ad

%8
%0
%23
%11

Triadic Colors of #cfe2ad

#cfe2ad #adcfe2 #e2adcf

Analogous Colors of #cfe2ad

#cfe2ad #b5e2ad #e2dbad

Monochromatic Colors of #cfe2ad

#cfe2ad

Complementary Color

#cfe2ad #c0ade2

#cfe2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe2ad Color CSS Codes

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

#cfe2ad Text Font Color

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

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


#cfe2ad Background Color

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

This div background color is #cfe2ad


#cfe2ad Border Color

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

This div border color is #cfe2ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe2ad


Comments

No comments written yet.

Please login to write comment.