Color Hex Logo

#cbcbe7 Color Hex

#CBCBE7
(203,203,231)
0 Favorites   0 Comments

Color spaces of #cbcbe7

RGB 203203231
HSL0.670.370.85
HSV240°12°91°
CMYK 0.120.120.00   0.09
XYZ60.408361.177984.2260
Yxy61.17790.29350.2973
Hunter Lab78.21630.9812-9.0941
CIE-Lab82.47435.4306-13.8108

#cbcbe7 color RGB value is (203,203,231).

#cbcbe7 hex color red value is 203, green value is 203 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #cbcbe7 hue: 0.67 , saturation: 0.37 and the lightness value of cbcbe7 is 0.85.

The process color (four color CMYK) of #cbcbe7 color hex is 0.12, 0.12, 0.00, 0.09. Web safe color of #cbcbe7 is #ccccff. Color #cbcbe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001011 11100111
Octal 313 313 347
Decimal 203 203 231
Hex CB CB E7

RGB Percentages of Color #cbcbe7

%31.87
%31.87
%36.26

CMYK Percentages of Color #cbcbe7

%12
%12
%0
%9

Triadic Colors of #cbcbe7

#cbcbe7 #e7cbcb #cbe7cb

Analogous Colors of #cbcbe7

#cbcbe7 #d9cbe7 #cbd9e7

Monochromatic Colors of #cbcbe7

#cbcbe7

Complementary Color

#cbcbe7 #e7e7cb

#cbcbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbcbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbcbe7 Color CSS Codes

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

#cbcbe7 Text Font Color

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

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


#cbcbe7 Background Color

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

This div background color is #cbcbe7


#cbcbe7 Border Color

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

This div border color is #cbcbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbcbe7


Comments

No comments written yet.

Please login to write comment.