Color Hex Logo

#ccecee Color Hex

#CCECEE
(204,236,238)
0 Favorites   0 Comments

Color spaces of #ccecee

RGB 204236238
HSL0.510.500.87
HSV184°14°93°
CMYK 0.140.010.00   0.07
XYZ70.329979.001392.4309
Yxy79.00130.29090.3268
Hunter Lab88.8827-14.30360.5610
CIE-Lab91.2349-9.9777-4.4842

#ccecee color RGB value is (204,236,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101100 11101110
Octal 314 354 356
Decimal 204 236 238
Hex CC EC EE

RGB Percentages of Color #ccecee

%30.09
%34.81
%35.10

CMYK Percentages of Color #ccecee

%14
%1
%0
%7

Triadic Colors of #ccecee

#ccecee #eeccec #eceecc

Analogous Colors of #ccecee

#ccecee #ccdbee #cceedf

Monochromatic Colors of #ccecee

#ccecee

Complementary Color

#ccecee #eececc

#ccecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccecee Color CSS Codes

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

#ccecee Text Font Color

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

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


#ccecee Background Color

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

This div background color is #ccecee


#ccecee Border Color

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

This div border color is #ccecee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,236,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 #ccecee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccecee

#ccecee Color Palettes


Comments

No comments written yet.

Please login to write comment.