Color Hex Logo

#cbddeb Color Hex

#CBDDEB
(203,221,235)
0 Favorites   0 Comments

Color spaces of #cbddeb

RGB 203221235
HSL0.570.440.86
HSV206°14°92°
CMYK 0.140.060.00   0.08
XYZ65.480470.407688.7361
Yxy70.40760.29150.3134
Hunter Lab83.9092-7.5448-3.9642
CIE-Lab87.1964-3.2135-8.8895

#cbddeb color RGB value is (203,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011101 11101011
Octal 313 335 353
Decimal 203 221 235
Hex CB DD EB

RGB Percentages of Color #cbddeb

%30.80
%33.54
%35.66

CMYK Percentages of Color #cbddeb

%14
%6
%0
%8

Triadic Colors of #cbddeb

#cbddeb #ebcbdd #ddebcb

Analogous Colors of #cbddeb

#cbddeb #cbcdeb #cbebe9

Monochromatic Colors of #cbddeb

#cbddeb

Complementary Color

#cbddeb #ebd9cb

#cbddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbddeb Color CSS Codes

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

#cbddeb Text Font Color

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

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


#cbddeb Background Color

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

This div background color is #cbddeb


#cbddeb Border Color

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

This div border color is #cbddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbddeb


Comments

No comments written yet.

Please login to write comment.