Color Hex Logo

#ccecea Color Hex

#CCECEA
(204,236,234)
0 Favorites   0 Comments

Color spaces of #ccecea

RGB 204236234
HSL0.490.460.86
HSV176°14°93°
CMYK 0.140.000.01   0.07
XYZ69.748678.768889.3697
Yxy78.76880.29320.3311
Hunter Lab88.7518-15.03542.4235
CIE-Lab91.1296-10.7732-2.5517

#ccecea color RGB value is (204,236,234).

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

The process color (four color CMYK) of #ccecea color hex is 0.14, 0.00, 0.01, 0.07. Web safe color of #ccecea is #ccffff. Color #ccecea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101100 11101010
Octal 314 354 352
Decimal 204 236 234
Hex CC EC EA

RGB Percentages of Color #ccecea

%30.27
%35.01
%34.72

CMYK Percentages of Color #ccecea

%14
%0
%1
%7

Triadic Colors of #ccecea

#ccecea #eaccec #eceacc

Analogous Colors of #ccecea

#ccecea #ccdeec #ccecda

Monochromatic Colors of #ccecea

#ccecea

Complementary Color

#ccecea #ecccce

#ccecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccecea Color CSS Codes

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

#ccecea Text Font Color

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

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


#ccecea Background Color

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

This div background color is #ccecea


#ccecea Border Color

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

This div border color is #ccecea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccecea

#ccecea Color Palettes


Comments

No comments written yet.

Please login to write comment.