Color Hex Logo

#ceefad Color Hex

#CEEFAD
(206,239,173)
0 Favorites   0 Comments

Color spaces of #ceefad

RGB 206239173
HSL0.250.670.81
HSV90°28°94°
CMYK 0.140.000.28   0.06
XYZ63.862977.871951.2000
Yxy77.87190.33100.4036
Hunter Lab88.2451-25.248527.3713
CIE-Lab90.7214-22.074028.4775

#ceefad color RGB value is (206,239,173).

#ceefad hex color red value is 206, green value is 239 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ceefad hue: 0.25 , saturation: 0.67 and the lightness value of ceefad is 0.81.

The process color (four color CMYK) of #ceefad color hex is 0.14, 0.00, 0.28, 0.06. Web safe color of #ceefad is #ccff99. Color #ceefad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 10101101
Octal 316 357 255
Decimal 206 239 173
Hex CE EF AD

RGB Percentages of Color #ceefad

%33.33
%38.67
%27.99

CMYK Percentages of Color #ceefad

%14
%0
%28
%6

Triadic Colors of #ceefad

#ceefad #adceef #efadce

Analogous Colors of #ceefad

#ceefad #adefad #efefad

Monochromatic Colors of #ceefad

#ceefad

Complementary Color

#ceefad #ceadef

#ceefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceefad Color CSS Codes

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

#ceefad Text Font Color

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

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


#ceefad Background Color

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

This div background color is #ceefad


#ceefad Border Color

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

This div border color is #ceefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceefad


Comments

No comments written yet.

Please login to write comment.