Color Hex Logo

#ccbbe5 Color Hex

#CCBBE5
(204,187,229)
0 Favorites   0 Comments

Color spaces of #ccbbe5

RGB 204187229
HSL0.730.450.82
HSV264°18°90°
CMYK 0.110.180.00   0.10
XYZ56.815054.035281.5641
Yxy54.03520.29530.2808
Hunter Lab73.50869.3230-14.3313
CIE-Lab78.482313.9391-18.7388

#ccbbe5 color RGB value is (204,187,229).

#ccbbe5 hex color red value is 204, green value is 187 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ccbbe5 hue: 0.73 , saturation: 0.45 and the lightness value of ccbbe5 is 0.82.

The process color (four color CMYK) of #ccbbe5 color hex is 0.11, 0.18, 0.00, 0.10. Web safe color of #ccbbe5 is #cccccc. Color #ccbbe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 11100101
Octal 314 273 345
Decimal 204 187 229
Hex CC BB E5

RGB Percentages of Color #ccbbe5

%32.90
%30.16
%36.94

CMYK Percentages of Color #ccbbe5

%11
%18
%0
%10

Triadic Colors of #ccbbe5

#ccbbe5 #e5ccbb #bbe5cc

Analogous Colors of #ccbbe5

#ccbbe5 #e1bbe5 #bbbfe5

Monochromatic Colors of #ccbbe5

#ccbbe5

Complementary Color

#ccbbe5 #d4e5bb

#ccbbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbe5 Color CSS Codes

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

#ccbbe5 Text Font Color

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

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


#ccbbe5 Background Color

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

This div background color is #ccbbe5


#ccbbe5 Border Color

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

This div border color is #ccbbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbe5


Comments

No comments written yet.

Please login to write comment.