Color Hex Logo

#ccbcee Color Hex

#CCBCEE
(204,188,238)
0 Favorites   0 Comments

Color spaces of #ccbcee

RGB 204188238
HSL0.720.600.84
HSV259°21°93°
CMYK 0.140.210.00   0.07
XYZ58.317754.976988.4268
Yxy54.97690.28910.2725
Hunter Lab74.146410.6378-18.8066
CIE-Lab79.028015.2680-22.7557

#ccbcee color RGB value is (204,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 11101110
Octal 314 274 356
Decimal 204 188 238
Hex CC BC EE

RGB Percentages of Color #ccbcee

%32.38
%29.84
%37.78

CMYK Percentages of Color #ccbcee

%14
%21
%0
%7

Triadic Colors of #ccbcee

#ccbcee #eeccbc #bceecc

Analogous Colors of #ccbcee

#ccbcee #e5bcee #bcc5ee

Monochromatic Colors of #ccbcee

#ccbcee

Complementary Color

#ccbcee #deeebc

#ccbcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbcee Color CSS Codes

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

#ccbcee Text Font Color

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

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


#ccbcee Background Color

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

This div background color is #ccbcee


#ccbcee Border Color

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

This div border color is #ccbcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbcee


Comments

No comments written yet.

Please login to write comment.