Color Hex Logo

#cceacc Color Hex

#CCEACC
(204,234,204)
1 Favorites   0 Comments

Color spaces of #cceacc

RGB 204234204
HSL0.330.420.86
HSV120°13°92°
CMYK 0.130.000.13   0.08
XYZ65.223776.042668.3668
Yxy76.04260.31110.3627
Hunter Lab87.2024-19.093814.5582
CIE-Lab89.8791-15.354811.2892

#cceacc color RGB value is (204,234,204).

#cceacc hex color red value is 204, green value is 234 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cceacc hue: 0.33 , saturation: 0.42 and the lightness value of cceacc is 0.86.

The process color (four color CMYK) of #cceacc color hex is 0.13, 0.00, 0.13, 0.08. Web safe color of #cceacc is #ccffcc. Color #cceacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 11001100
Octal 314 352 314
Decimal 204 234 204
Hex CC EA CC

RGB Percentages of Color #cceacc

%31.78
%36.45
%31.78

CMYK Percentages of Color #cceacc

%13
%0
%13
%8

Triadic Colors of #cceacc

#cceacc #ccccea #eacccc

Analogous Colors of #cceacc

#cceacc #cceadb #dbeacc

Monochromatic Colors of #cceacc

#cceacc

Complementary Color

#cceacc #eaccea

#cceacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceacc Color CSS Codes

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

#cceacc Text Font Color

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

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


#cceacc Background Color

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

This div background color is #cceacc


#cceacc Border Color

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

This div border color is #cceacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceacc


Comments

No comments written yet.

Please login to write comment.