Color Hex Logo

#cccbea Color Hex

#CCCBEA
(204,203,234)
0 Favorites   0 Comments

Color spaces of #cccbea

RGB 204203234
HSL0.670.420.86
HSV242°13°92°
CMYK 0.130.130.00   0.08
XYZ61.109161.489886.4898
Yxy61.48980.29230.2941
Hunter Lab78.41541.8779-10.5042
CIE-Lab82.64146.3665-15.1531

#cccbea color RGB value is (204,203,234).

#cccbea hex color red value is 204, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cccbea hue: 0.67 , saturation: 0.42 and the lightness value of cccbea is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 11101010
Octal 314 313 352
Decimal 204 203 234
Hex CC CB EA

RGB Percentages of Color #cccbea

%31.83
%31.67
%36.51

CMYK Percentages of Color #cccbea

%13
%13
%0
%8

Triadic Colors of #cccbea

#cccbea #eacccb #cbeacc

Analogous Colors of #cccbea

#cccbea #dccbea #cbdaea

Monochromatic Colors of #cccbea

#cccbea

Complementary Color

#cccbea #e9eacb

#cccbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccbea Color CSS Codes

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

#cccbea Text Font Color

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

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


#cccbea Background Color

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

This div background color is #cccbea


#cccbea Border Color

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

This div border color is #cccbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccbea


Comments

No comments written yet.

Please login to write comment.