Color Hex Logo

#cbbaee Color Hex

#CBBAEE
(203,186,238)
0 Favorites   0 Comments

Color spaces of #cbbaee

RGB 203186238
HSL0.720.600.83
HSV260°22°93°
CMYK 0.150.220.00   0.07
XYZ57.620153.987488.2726
Yxy53.98740.28830.2701
Hunter Lab73.476111.3968-19.7964
CIE-Lab78.454416.0394-23.6361

#cbbaee color RGB value is (203,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111010 11101110
Octal 313 272 356
Decimal 203 186 238
Hex CB BA EE

RGB Percentages of Color #cbbaee

%32.38
%29.67
%37.96

CMYK Percentages of Color #cbbaee

%15
%22
%0
%7

Triadic Colors of #cbbaee

#cbbaee #eecbba #baeecb

Analogous Colors of #cbbaee

#cbbaee #e5baee #bac3ee

Monochromatic Colors of #cbbaee

#cbbaee

Complementary Color

#cbbaee #ddeeba

#cbbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbaee Color CSS Codes

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

#cbbaee Text Font Color

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

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


#cbbaee Background Color

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

This div background color is #cbbaee


#cbbaee Border Color

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

This div border color is #cbbaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbaee


Comments

No comments written yet.

Please login to write comment.