Color Hex Logo

#ccefad Color Hex

#CCEFAD
(204,239,173)
0 Favorites   0 Comments

Color spaces of #ccefad

RGB 204239173
HSL0.260.670.81
HSV92°28°94°
CMYK 0.150.000.28   0.06
XYZ63.311277.587551.1742
Yxy77.58750.32960.4039
Hunter Lab88.0838-25.847727.2128
CIE-Lab90.5913-22.778128.2794

#ccefad color RGB value is (204,239,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 10101101
Octal 314 357 255
Decimal 204 239 173
Hex CC EF AD

RGB Percentages of Color #ccefad

%33.12
%38.80
%28.08

CMYK Percentages of Color #ccefad

%15
%0
%28
%6

Triadic Colors of #ccefad

#ccefad #adccef #efadcc

Analogous Colors of #ccefad

#ccefad #adefaf #edefad

Monochromatic Colors of #ccefad

#ccefad

Complementary Color

#ccefad #d0adef

#ccefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccefad Color CSS Codes

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

#ccefad Text Font Color

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

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


#ccefad Background Color

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

This div background color is #ccefad


#ccefad Border Color

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

This div border color is #ccefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccefad


Comments

No comments written yet.

Please login to write comment.