Color Hex Logo

#ccbcef Color Hex

#CCBCEF
(204,188,239)
0 Favorites   0 Comments

Color spaces of #ccbcef

RGB 204188239
HSL0.720.610.84
HSV259°21°94°
CMYK 0.150.210.00   0.06
XYZ58.465055.035889.2029
Yxy55.03580.28840.2715
Hunter Lab74.186110.8475-19.3612
CIE-Lab79.061915.4792-23.2415

#ccbcef color RGB value is (204,188,239).

#ccbcef hex color red value is 204, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ccbcef hue: 0.72 , saturation: 0.61 and the lightness value of ccbcef is 0.84.

The process color (four color CMYK) of #ccbcef color hex is 0.15, 0.21, 0.00, 0.06. Web safe color of #ccbcef is #ccccff. Color #ccbcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 11101111
Octal 314 274 357
Decimal 204 188 239
Hex CC BC EF

RGB Percentages of Color #ccbcef

%32.33
%29.79
%37.88

CMYK Percentages of Color #ccbcef

%15
%21
%0
%6

Triadic Colors of #ccbcef

#ccbcef #efccbc #bcefcc

Analogous Colors of #ccbcef

#ccbcef #e6bcef #bcc6ef

Monochromatic Colors of #ccbcef

#ccbcef

Complementary Color

#ccbcef #dfefbc

#ccbcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbcef Color CSS Codes

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

#ccbcef Text Font Color

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

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


#ccbcef Background Color

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

This div background color is #ccbcef


#ccbcef Border Color

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

This div border color is #ccbcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbcef


Comments

No comments written yet.

Please login to write comment.