Color Hex Logo

#cbcbef Color Hex

#CBCBEF
(203,203,239)
0 Favorites   0 Comments

Color spaces of #cbcbef

RGB 203203239
HSL0.670.530.87
HSV240°15°94°
CMYK 0.150.150.00   0.06
XYZ61.564561.640490.3143
Yxy61.64040.28830.2887
Hunter Lab78.51142.5753-13.2453
CIE-Lab82.72187.0890-17.7053

#cbcbef color RGB value is (203,203,239).

#cbcbef hex color red value is 203, green value is 203 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cbcbef hue: 0.67 , saturation: 0.53 and the lightness value of cbcbef is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001011 11101111
Octal 313 313 357
Decimal 203 203 239
Hex CB CB EF

RGB Percentages of Color #cbcbef

%31.47
%31.47
%37.05

CMYK Percentages of Color #cbcbef

%15
%15
%0
%6

Triadic Colors of #cbcbef

#cbcbef #efcbcb #cbefcb

Analogous Colors of #cbcbef

#cbcbef #ddcbef #cbddef

Monochromatic Colors of #cbcbef

#cbcbef

Complementary Color

#cbcbef #efefcb

#cbcbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbcbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbcbef Color CSS Codes

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

#cbcbef Text Font Color

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

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


#cbcbef Background Color

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

This div background color is #cbcbef


#cbcbef Border Color

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

This div border color is #cbcbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbcbef


Comments

No comments written yet.

Please login to write comment.