Color Hex Logo

#cbc9ee Color Hex

#CBC9EE
(203,201,238)
0 Favorites   0 Comments

Color spaces of #cbc9ee

RGB 203201238
HSL0.680.520.86
HSV243°16°93°
CMYK 0.150.160.00   0.07
XYZ60.947960.642889.3819
Yxy60.64280.28890.2874
Hunter Lab77.87353.4249-13.5406
CIE-Lab82.18637.9480-17.9796

#cbc9ee color RGB value is (203,201,238).

#cbc9ee hex color red value is 203, green value is 201 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cbc9ee hue: 0.68 , saturation: 0.52 and the lightness value of cbc9ee is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001001 11101110
Octal 313 311 356
Decimal 203 201 238
Hex CB C9 EE

RGB Percentages of Color #cbc9ee

%31.62
%31.31
%37.07

CMYK Percentages of Color #cbc9ee

%15
%16
%0
%7

Triadic Colors of #cbc9ee

#cbc9ee #eecbc9 #c9eecb

Analogous Colors of #cbc9ee

#cbc9ee #dec9ee #c9daee

Monochromatic Colors of #cbc9ee

#cbc9ee

Complementary Color

#cbc9ee #eceec9

#cbc9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc9ee Color CSS Codes

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

#cbc9ee Text Font Color

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

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


#cbc9ee Background Color

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

This div background color is #cbc9ee


#cbc9ee Border Color

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

This div border color is #cbc9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc9ee


Comments

No comments written yet.

Please login to write comment.