Color Hex Logo

#cbb9ee Color Hex

#CBB9EE
(203,185,238)
0 Favorites   0 Comments

Color spaces of #cbb9ee

RGB 203185238
HSL0.720.610.83
HSV260°22°93°
CMYK 0.150.220.00   0.07
XYZ57.410253.567588.2026
Yxy53.56750.28820.2689
Hunter Lab73.189811.9335-20.2188
CIE-Lab78.208916.5831-24.0101

#cbb9ee color RGB value is (203,185,238).

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

The process color (four color CMYK) of #cbb9ee color hex is 0.15, 0.22, 0.00, 0.07. Web safe color of #cbb9ee is #ccccff. Color #cbb9ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 11101110
Octal 313 271 356
Decimal 203 185 238
Hex CB B9 EE

RGB Percentages of Color #cbb9ee

%32.43
%29.55
%38.02

CMYK Percentages of Color #cbb9ee

%15
%22
%0
%7

Triadic Colors of #cbb9ee

#cbb9ee #eecbb9 #b9eecb

Analogous Colors of #cbb9ee

#cbb9ee #e6b9ee #b9c2ee

Monochromatic Colors of #cbb9ee

#cbb9ee

Complementary Color

#cbb9ee #dceeb9

#cbb9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb9ee Color CSS Codes

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

#cbb9ee Text Font Color

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

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


#cbb9ee Background Color

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

This div background color is #cbb9ee


#cbb9ee Border Color

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

This div border color is #cbb9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb9ee


Comments

No comments written yet.

Please login to write comment.