Color Hex Logo

#ccccef Color Hex

#CCCCEF
(204,204,239)
0 Favorites   0 Comments

Color spaces of #ccccef

RGB 204204239
HSL0.670.520.87
HSV240°15°94°
CMYK 0.150.150.00   0.06
XYZ62.074762.255190.4061
Yxy62.25510.28910.2899
Hunter Lab78.90192.3534-12.7034
CIE-Lab83.04896.8710-17.2050

#ccccef color RGB value is (204,204,239).

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

The process color (four color CMYK) of #ccccef color hex is 0.15, 0.15, 0.00, 0.06. Web safe color of #ccccef is #ccccff. Color #ccccef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 11101111
Octal 314 314 357
Decimal 204 204 239
Hex CC CC EF

RGB Percentages of Color #ccccef

%31.53
%31.53
%36.94

CMYK Percentages of Color #ccccef

%15
%15
%0
%6

Triadic Colors of #ccccef

#ccccef #efcccc #ccefcc

Analogous Colors of #ccccef

#ccccef #deccef #ccdeef

Monochromatic Colors of #ccccef

#ccccef

Complementary Color

#ccccef #efefcc

#ccccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccef Color CSS Codes

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

#ccccef Text Font Color

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

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


#ccccef Background Color

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

This div background color is #ccccef


#ccccef Border Color

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

This div border color is #ccccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccef


Comments

No comments written yet.

Please login to write comment.