Color Hex Logo

#cceac1 Color Hex

#CCEAC1
(204,234,193)
0 Favorites   0 Comments

Color spaces of #cceac1

RGB 204234193
HSL0.290.490.84
HSV104°18°92°
CMYK 0.130.000.18   0.08
XYZ63.950375.533361.6609
Yxy75.53330.31790.3755
Hunter Lab86.9099-20.747918.7718
CIE-Lab89.6422-17.222616.6740

#cceac1 color RGB value is (204,234,193).

#cceac1 hex color red value is 204, green value is 234 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #cceac1 hue: 0.29 , saturation: 0.49 and the lightness value of cceac1 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 11000001
Octal 314 352 301
Decimal 204 234 193
Hex CC EA C1

RGB Percentages of Color #cceac1

%32.33
%37.08
%30.59

CMYK Percentages of Color #cceac1

%13
%0
%18
%8

Triadic Colors of #cceac1

#cceac1 #c1ccea #eac1cc

Analogous Colors of #cceac1

#cceac1 #c1eacb #e1eac1

Monochromatic Colors of #cceac1

#cceac1

Complementary Color

#cceac1 #dfc1ea

#cceac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceac1 Color CSS Codes

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

#cceac1 Text Font Color

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

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


#cceac1 Background Color

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

This div background color is #cceac1


#cceac1 Border Color

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

This div border color is #cceac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceac1


Comments

No comments written yet.

Please login to write comment.