Color Hex Logo

#cceece Color Hex

#CCEECE
(204,238,206)
0 Favorites   0 Comments

Color spaces of #cceece

RGB 204238206
HSL0.340.500.87
HSV124°14°93°
CMYK 0.140.000.13   0.07
XYZ66.617078.442770.0224
Yxy78.44270.30970.3647
Hunter Lab88.5679-20.733715.1224
CIE-Lab90.9815-16.988311.8185

#cceece color RGB value is (204,238,206).

#cceece hex color red value is 204, green value is 238 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cceece hue: 0.34 , saturation: 0.50 and the lightness value of cceece is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101110 11001110
Octal 314 356 316
Decimal 204 238 206
Hex CC EE CE

RGB Percentages of Color #cceece

%31.48
%36.73
%31.79

CMYK Percentages of Color #cceece

%14
%0
%13
%7

Triadic Colors of #cceece

#cceece #ceccee #eececc

Analogous Colors of #cceece

#cceece #cceedf #dbeecc

Monochromatic Colors of #cceece

#cceece

Complementary Color

#cceece #eeccec

#cceece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceece Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceece Color CSS Codes

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

#cceece Text Font Color

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

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


#cceece Background Color

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

This div background color is #cceece


#cceece Border Color

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

This div border color is #cceece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceece


Comments

No comments written yet.

Please login to write comment.