Color Hex Logo

#cbccef Color Hex

#CBCCEF
(203,204,239)
0 Favorites   0 Comments

Color spaces of #cbccef

RGB 203204239
HSL0.660.530.87
HSV238°15°94°
CMYK 0.150.150.00   0.06
XYZ61.801562.114290.3933
Yxy62.11420.28840.2898
Hunter Lab78.81262.0502-12.8333
CIE-Lab82.97416.5559-17.3251

#cbccef color RGB value is (203,204,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001100 11101111
Octal 313 314 357
Decimal 203 204 239
Hex CB CC EF

RGB Percentages of Color #cbccef

%31.42
%31.58
%37.00

CMYK Percentages of Color #cbccef

%15
%15
%0
%6

Triadic Colors of #cbccef

#cbccef #efcbcc #ccefcb

Analogous Colors of #cbccef

#cbccef #dccbef #cbdeef

Monochromatic Colors of #cbccef

#cbccef

Complementary Color

#cbccef #efeecb

#cbccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbccef Color CSS Codes

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

#cbccef Text Font Color

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

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


#cbccef Background Color

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

This div background color is #cbccef


#cbccef Border Color

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

This div border color is #cbccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbccef


Comments

No comments written yet.

Please login to write comment.