Color Hex Logo

#ccecad Color Hex

#CCECAD
(204,236,173)
0 Favorites   0 Comments

Color spaces of #ccecad

RGB 204236173
HSL0.250.620.80
HSV90°27°93°
CMYK 0.140.000.27   0.07
XYZ62.440175.845450.8838
Yxy75.84540.33010.4009
Hunter Lab87.0893-24.427726.3210
CIE-Lab89.7875-21.325327.1882

#ccecad color RGB value is (204,236,173).

#ccecad hex color red value is 204, green value is 236 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ccecad hue: 0.25 , saturation: 0.62 and the lightness value of ccecad is 0.80.

The process color (four color CMYK) of #ccecad color hex is 0.14, 0.00, 0.27, 0.07. Web safe color of #ccecad is #ccff99. Color #ccecad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101100 10101101
Octal 314 354 255
Decimal 204 236 173
Hex CC EC AD

RGB Percentages of Color #ccecad

%33.28
%38.50
%28.22

CMYK Percentages of Color #ccecad

%14
%0
%27
%7

Triadic Colors of #ccecad

#ccecad #adccec #ecadcc

Analogous Colors of #ccecad

#ccecad #adecae #ececad

Monochromatic Colors of #ccecad

#ccecad

Complementary Color

#ccecad #cdadec

#ccecad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccecad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccecad Color CSS Codes

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

#ccecad Text Font Color

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

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


#ccecad Background Color

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

This div background color is #ccecad


#ccecad Border Color

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

This div border color is #ccecad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccecad


Comments

No comments written yet.

Please login to write comment.