Color Hex Logo

#cbbcea Color Hex

#CBBCEA
(203,188,234)
0 Favorites   0 Comments

Color spaces of #cbbcea

RGB 203188234
HSL0.720.520.83
HSV260°20°92°
CMYK 0.130.200.00   0.08
XYZ57.463154.603585.3528
Yxy54.60350.29110.2766
Hunter Lab73.89429.4940-16.7581
CIE-Lab78.812314.1118-20.9397

#cbbcea color RGB value is (203,188,234).

#cbbcea hex color red value is 203, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cbbcea hue: 0.72 , saturation: 0.52 and the lightness value of cbbcea is 0.83.

The process color (four color CMYK) of #cbbcea color hex is 0.13, 0.20, 0.00, 0.08. Web safe color of #cbbcea is #ccccff. Color #cbbcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 11101010
Octal 313 274 352
Decimal 203 188 234
Hex CB BC EA

RGB Percentages of Color #cbbcea

%32.48
%30.08
%37.44

CMYK Percentages of Color #cbbcea

%13
%20
%0
%8

Triadic Colors of #cbbcea

#cbbcea #eacbbc #bceacb

Analogous Colors of #cbbcea

#cbbcea #e2bcea #bcc4ea

Monochromatic Colors of #cbbcea

#cbbcea

Complementary Color

#cbbcea #dbeabc

#cbbcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbcea Color CSS Codes

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

#cbbcea Text Font Color

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

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


#cbbcea Background Color

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

This div background color is #cbbcea


#cbbcea Border Color

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

This div border color is #cbbcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbcea


Comments

No comments written yet.

Please login to write comment.