Color Hex Logo

#cbcaee Color Hex

#CBCAEE
(203,202,238)
0 Favorites   0 Comments

Color spaces of #cbcaee

RGB 203202238
HSL0.670.510.86
HSV242°15°93°
CMYK 0.150.150.00   0.07
XYZ61.181761.110689.4598
Yxy61.11060.28890.2886
Hunter Lab78.17332.8984-13.1289
CIE-Lab82.43827.4131-17.5998

#cbcaee color RGB value is (203,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001010 11101110
Octal 313 312 356
Decimal 203 202 238
Hex CB CA EE

RGB Percentages of Color #cbcaee

%31.57
%31.42
%37.01

CMYK Percentages of Color #cbcaee

%15
%15
%0
%7

Triadic Colors of #cbcaee

#cbcaee #eecbca #caeecb

Analogous Colors of #cbcaee

#cbcaee #ddcaee #cadbee

Monochromatic Colors of #cbcaee

#cbcaee

Complementary Color

#cbcaee #edeeca

#cbcaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbcaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbcaee Color CSS Codes

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

#cbcaee Text Font Color

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

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


#cbcaee Background Color

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

This div background color is #cbcaee


#cbcaee Border Color

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

This div border color is #cbcaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbcaee


Comments

No comments written yet.

Please login to write comment.