Color Hex Logo

#cbcaeb Color Hex

#CBCAEB
(203,202,235)
0 Favorites   0 Comments

Color spaces of #cbcaeb

RGB 203202235
HSL0.670.450.86
HSV242°14°92°
CMYK 0.140.140.00   0.08
XYZ60.744560.935787.1575
Yxy60.93570.29090.2918
Hunter Lab78.06132.2949-11.5559
CIE-Lab82.34426.7875-16.1409

#cbcaeb color RGB value is (203,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001010 11101011
Octal 313 312 353
Decimal 203 202 235
Hex CB CA EB

RGB Percentages of Color #cbcaeb

%31.72
%31.56
%36.72

CMYK Percentages of Color #cbcaeb

%14
%14
%0
%8

Triadic Colors of #cbcaeb

#cbcaeb #ebcbca #caebcb

Analogous Colors of #cbcaeb

#cbcaeb #dccaeb #cadaeb

Monochromatic Colors of #cbcaeb

#cbcaeb

Complementary Color

#cbcaeb #eaebca

#cbcaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbcaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbcaeb Color CSS Codes

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

#cbcaeb Text Font Color

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

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


#cbcaeb Background Color

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

This div background color is #cbcaeb


#cbcaeb Border Color

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

This div border color is #cbcaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,202,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cbcaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbcaeb


Comments

No comments written yet.

Please login to write comment.