Color Hex Logo

#cef4ad Color Hex

#CEF4AD
(206,244,173)
0 Favorites   0 Comments

Color spaces of #cef4ad

RGB 206244173
HSL0.260.760.82
HSV92°29°96°
CMYK 0.160.000.29   0.04
XYZ65.347180.840351.6947
Yxy80.84030.33020.4085
Hunter Lab89.9112-27.611628.8489
CIE-Lab92.0606-24.479730.2871

#cef4ad color RGB value is (206,244,173).

#cef4ad hex color red value is 206, green value is 244 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cef4ad hue: 0.26 , saturation: 0.76 and the lightness value of cef4ad is 0.82.

The process color (four color CMYK) of #cef4ad color hex is 0.16, 0.00, 0.29, 0.04. Web safe color of #cef4ad is #ccff99. Color #cef4ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110100 10101101
Octal 316 364 255
Decimal 206 244 173
Hex CE F4 AD

RGB Percentages of Color #cef4ad

%33.07
%39.17
%27.77

CMYK Percentages of Color #cef4ad

%16
%0
%29
%4

Triadic Colors of #cef4ad

#cef4ad #adcef4 #f4adce

Analogous Colors of #cef4ad

#cef4ad #adf4b0 #f2f4ad

Monochromatic Colors of #cef4ad

#cef4ad

Complementary Color

#cef4ad #d3adf4

#cef4ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef4ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef4ad Color CSS Codes

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

#cef4ad Text Font Color

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

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


#cef4ad Background Color

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

This div background color is #cef4ad


#cef4ad Border Color

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

This div border color is #cef4ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,244,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 #cef4ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef4ad


Comments

No comments written yet.

Please login to write comment.