Color Hex Logo

#cccef8 Color Hex

#CCCEF8
(204,206,248)
0 Favorites   0 Comments

Color spaces of #cccef8

RGB 204206248
HSL0.660.760.89
HSV237°18°97°
CMYK 0.180.170.00   0.03
XYZ63.916463.757397.7446
Yxy63.75730.28350.2828
Hunter Lab79.84823.1504-16.6850
CIE-Lab83.83927.7127-20.7968

#cccef8 color RGB value is (204,206,248).

#cccef8 hex color red value is 204, green value is 206 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #cccef8 hue: 0.66 , saturation: 0.76 and the lightness value of cccef8 is 0.89.

The process color (four color CMYK) of #cccef8 color hex is 0.18, 0.17, 0.00, 0.03. Web safe color of #cccef8 is #ccccff. Color #cccef8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 11111000
Octal 314 316 370
Decimal 204 206 248
Hex CC CE F8

RGB Percentages of Color #cccef8

%31.00
%31.31
%37.69

CMYK Percentages of Color #cccef8

%18
%17
%0
%3

Triadic Colors of #cccef8

#cccef8 #f8ccce #cef8cc

Analogous Colors of #cccef8

#cccef8 #e0ccf8 #cce4f8

Monochromatic Colors of #cccef8

#cccef8

Complementary Color

#cccef8 #f8f6cc

#cccef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccef8 Color CSS Codes

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

#cccef8 Text Font Color

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

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


#cccef8 Background Color

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

This div background color is #cccef8


#cccef8 Border Color

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

This div border color is #cccef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccef8


Comments

No comments written yet.

Please login to write comment.