Color Hex Logo

#cccfeb Color Hex

#CCCFEB
(204,207,235)
0 Favorites   0 Comments

Color spaces of #cccfeb

RGB 204207235
HSL0.650.440.86
HSV234°13°92°
CMYK 0.130.120.00   0.08
XYZ62.210163.461287.5677
Yxy63.46120.29170.2976
Hunter Lab79.6625-0.0152-9.4098
CIE-Lab83.68444.4467-14.1210

#cccfeb color RGB value is (204,207,235).

#cccfeb hex color red value is 204, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cccfeb hue: 0.65 , saturation: 0.44 and the lightness value of cccfeb is 0.86.

The process color (four color CMYK) of #cccfeb color hex is 0.13, 0.12, 0.00, 0.08. Web safe color of #cccfeb is #ccccff. Color #cccfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 11101011
Octal 314 317 353
Decimal 204 207 235
Hex CC CF EB

RGB Percentages of Color #cccfeb

%31.58
%32.04
%36.38

CMYK Percentages of Color #cccfeb

%13
%12
%0
%8

Triadic Colors of #cccfeb

#cccfeb #ebcccf #cfebcc

Analogous Colors of #cccfeb

#cccfeb #d9cceb #ccdfeb

Monochromatic Colors of #cccfeb

#cccfeb

Complementary Color

#cccfeb #ebe8cc

#cccfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccfeb Color CSS Codes

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

#cccfeb Text Font Color

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

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


#cccfeb Background Color

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

This div background color is #cccfeb


#cccfeb Border Color

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

This div border color is #cccfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccfeb


Comments

No comments written yet.

Please login to write comment.