Color Hex Logo

#ccbbee Color Hex

#CCBBEE
(204,187,238)
1 Favorites   0 Comments

Color spaces of #ccbbee

RGB 204187238
HSL0.720.600.83
HSV260°21°93°
CMYK 0.140.210.00   0.07
XYZ58.104854.551188.3559
Yxy54.55110.28910.2714
Hunter Lab73.858711.1736-19.2265
CIE-Lab78.782015.8105-23.1299

#ccbbee color RGB value is (204,187,238). This hex color code is also a web safe color which is equal to #CBE.

#ccbbee hex color red value is 204, green value is 187 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ccbbee hue: 0.72 , saturation: 0.60 and the lightness value of ccbbee is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 11101110
Octal 314 273 356
Decimal 204 187 238
Hex CC BB EE

RGB Percentages of Color #ccbbee

%32.43
%29.73
%37.84

CMYK Percentages of Color #ccbbee

%14
%21
%0
%7

Triadic Colors of #ccbbee

#ccbbee #eeccbb #bbeecc

Analogous Colors of #ccbbee

#ccbbee #e6bbee #bbc4ee

Monochromatic Colors of #ccbbee

#ccbbee

Complementary Color

#ccbbee #ddeebb

#ccbbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbee Color CSS Codes

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

#ccbbee Text Font Color

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

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


#ccbbee Background Color

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

This div background color is #ccbbee


#ccbbee Border Color

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

This div border color is #ccbbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbee


Comments

No comments written yet.

Please login to write comment.