Color Hex Logo

#cceeee Color Hex

#CCEEEE
(204,238,238)
1 Favorites   0 Comments

Color spaces of #cceeee

RGB 204238238
HSL0.500.500.87
HSV180°14°93°
CMYK 0.140.000.00   0.07
XYZ70.909080.159592.6239
Yxy80.15950.29100.3289
Hunter Lab89.5318-15.30911.3347
CIE-Lab91.7564-10.9877-3.7168

#cceeee color RGB value is (204,238,238). This hex color code is also a web safe color which is equal to #CEE.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101110 11101110
Octal 314 356 356
Decimal 204 238 238
Hex CC EE EE

RGB Percentages of Color #cceeee

%30.00
%35.00
%35.00

CMYK Percentages of Color #cceeee

%14
%0
%0
%7

Triadic Colors of #cceeee

#cceeee #eeccee #eeeecc

Analogous Colors of #cceeee

#cceeee #ccddee #cceedd

Monochromatic Colors of #cceeee

#cceeee

Complementary Color

#cceeee #eecccc

#cceeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceeee Color CSS Codes

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

#cceeee Text Font Color

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

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


#cceeee Background Color

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

This div background color is #cceeee


#cceeee Border Color

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

This div border color is #cceeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceeee

#cceeee Color Palettes


Comments

No comments written yet.

Please login to write comment.