Color Hex Logo

#cbb9ea Color Hex

#CBB9EA
(203,185,234)
0 Favorites   0 Comments

Color spaces of #cbb9ea

RGB 203185234
HSL0.730.540.82
HSV262°21°92°
CMYK 0.130.210.00   0.08
XYZ56.828853.334985.1414
Yxy53.33490.29100.2731
Hunter Lab73.030711.0958-18.0005
CIE-Lab78.072315.7401-22.0632

#cbb9ea color RGB value is (203,185,234).

#cbb9ea hex color red value is 203, green value is 185 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cbb9ea hue: 0.73 , saturation: 0.54 and the lightness value of cbb9ea is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 11101010
Octal 313 271 352
Decimal 203 185 234
Hex CB B9 EA

RGB Percentages of Color #cbb9ea

%32.64
%29.74
%37.62

CMYK Percentages of Color #cbb9ea

%13
%21
%0
%8

Triadic Colors of #cbb9ea

#cbb9ea #eacbb9 #b9eacb

Analogous Colors of #cbb9ea

#cbb9ea #e4b9ea #b9c0ea

Monochromatic Colors of #cbb9ea

#cbb9ea

Complementary Color

#cbb9ea #d8eab9

#cbb9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb9ea Color CSS Codes

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

#cbb9ea Text Font Color

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

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


#cbb9ea Background Color

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

This div background color is #cbb9ea


#cbb9ea Border Color

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

This div border color is #cbb9ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb9ea


Comments

No comments written yet.

Please login to write comment.