Color Hex Logo

#cccbee Color Hex

#CCCBEE
(204,203,238)
0 Favorites   0 Comments

Color spaces of #cccbee

RGB 204203238
HSL0.670.510.86
HSV242°15°93°
CMYK 0.140.150.00   0.07
XYZ61.690461.722389.5511
Yxy61.72230.28970.2898
Hunter Lab78.56352.6772-12.5876
CIE-Lab82.76557.1953-17.0991

#cccbee color RGB value is (204,203,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 11101110
Octal 314 313 356
Decimal 204 203 238
Hex CC CB EE

RGB Percentages of Color #cccbee

%31.63
%31.47
%36.90

CMYK Percentages of Color #cccbee

%14
%15
%0
%7

Triadic Colors of #cccbee

#cccbee #eecccb #cbeecc

Analogous Colors of #cccbee

#cccbee #decbee #cbdcee

Monochromatic Colors of #cccbee

#cccbee

Complementary Color

#cccbee #edeecb

#cccbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccbee Color CSS Codes

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

#cccbee Text Font Color

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

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


#cccbee Background Color

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

This div background color is #cccbee


#cccbee Border Color

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

This div border color is #cccbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccbee


Comments

No comments written yet.

Please login to write comment.