color codes Logo

#ccb5eb color codes

#CCB5EB
(204,181,235)
0 Favorites   0 Comments

Color spaces of #ccb5eb

RGB 204181235
HSL0.740.570.82
HSV266°23°92°
CMYK 0.130.230.00   0.08
XYZ56.421151.883385.6380
Yxy51.88330.29090.2675
Hunter Lab72.030113.7663-20.0700
CIE-Lab77.211018.4429-23.9057

#ccb5eb color RGB value is (204,181,235).

#ccb5eb hex color red value is 204, green value is 181 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ccb5eb hue: 0.74 , saturation: 0.57 and the lightness value of ccb5eb is 0.82.

The process color (four color CMYK) of #ccb5eb color code is 0.13, 0.23, 0.00, 0.08. Web safe color of #ccb5eb is #ccccff. Color #ccb5eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 11101011
Octal 314 265 353
Decimal 204 181 235
Hex CC B5 EB

RGB Percentages of Color #ccb5eb

%32.90
%29.19
%37.90

CMYK Percentages of Color #ccb5eb

%13
%23
%0
%8

Triadic Colors of #ccb5eb

#ccb5eb #ebccb5 #b5ebcc

Analogous Colors of #ccb5eb

#ccb5eb #e7b5eb #b5b9eb

Monochromatic Colors of #ccb5eb

#ccb5eb

Complementary Color

#ccb5eb #d4ebb5

#ccb5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb5eb Color CSS Codes

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

#ccb5eb Text Font Color

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

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


#ccb5eb Background Color

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

This div background color is #ccb5eb


#ccb5eb Border Color

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

This div border color is #ccb5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb5eb


Comments

No comments written yet.

Please login to write comment.