Color Hex Logo

#cbceeb Color Hex

#CBCEEB
(203,206,235)
0 Favorites   0 Comments

Color spaces of #cbceeb

RGB 203206235
HSL0.650.440.86
HSV234°14°92°
CMYK 0.140.120.00   0.08
XYZ61.695362.837387.4744
Yxy62.83730.29100.2964
Hunter Lab79.27000.2029-9.9375
CIE-Lab83.35674.6586-14.6200

#cbceeb color RGB value is (203,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001110 11101011
Octal 313 316 353
Decimal 203 206 235
Hex CB CE EB

RGB Percentages of Color #cbceeb

%31.52
%31.99
%36.49

CMYK Percentages of Color #cbceeb

%14
%12
%0
%8

Triadic Colors of #cbceeb

#cbceeb #ebcbce #ceebcb

Analogous Colors of #cbceeb

#cbceeb #d8cbeb #cbdeeb

Monochromatic Colors of #cbceeb

#cbceeb

Complementary Color

#cbceeb #ebe8cb

#cbceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbceeb Color CSS Codes

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

#cbceeb Text Font Color

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

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


#cbceeb Background Color

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

This div background color is #cbceeb


#cbceeb Border Color

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

This div border color is #cbceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbceeb


Comments

No comments written yet.

Please login to write comment.