Color Hex Logo

#cceca5 Color Hex

#CCECA5
(204,236,165)
0 Favorites   0 Comments

Color spaces of #cceca5

RGB 204236165
HSL0.240.650.79
HSV87°30°93°
CMYK 0.140.000.30   0.07
XYZ61.688875.544946.9276
Yxy75.54490.33500.4102
Hunter Lab86.9166-25.414128.8300
CIE-Lab89.6476-22.472631.0783

#cceca5 color RGB value is (204,236,165).

#cceca5 hex color red value is 204, green value is 236 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #cceca5 hue: 0.24 , saturation: 0.65 and the lightness value of cceca5 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101100 10100101
Octal 314 354 245
Decimal 204 236 165
Hex CC EC A5

RGB Percentages of Color #cceca5

%33.72
%39.01
%27.27

CMYK Percentages of Color #cceca5

%14
%0
%30
%7

Triadic Colors of #cceca5

#cceca5 #a5ccec #eca5cc

Analogous Colors of #cceca5

#cceca5 #a9eca5 #ece9a5

Monochromatic Colors of #cceca5

#cceca5

Complementary Color

#cceca5 #c5a5ec

#cceca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceca5 Color CSS Codes

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

#cceca5 Text Font Color

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

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


#cceca5 Background Color

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

This div background color is #cceca5


#cceca5 Border Color

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

This div border color is #cceca5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,236,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceca5


Comments

No comments written yet.

Please login to write comment.