Color Hex Logo

#bddeeb Color Hex

#BDDEEB
(189,222,235)
0 Favorites   0 Comments

Color spaces of #bddeeb

RGB 189222235
HSL0.550.530.83
HSV197°20°92°
CMYK 0.200.060.00   0.08
XYZ62.102969.059588.6539
Yxy69.05950.28250.3142
Hunter Lab83.1020-12.0339-5.0796
CIE-Lab86.5335-8.0832-9.9747

#bddeeb color RGB value is (189,222,235).

#bddeeb hex color red value is 189, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bddeeb hue: 0.55 , saturation: 0.53 and the lightness value of bddeeb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 11101011
Octal 275 336 353
Decimal 189 222 235
Hex BD DE EB

RGB Percentages of Color #bddeeb

%29.26
%34.37
%36.38

CMYK Percentages of Color #bddeeb

%20
%6
%0
%8

Triadic Colors of #bddeeb

#bddeeb #ebbdde #deebbd

Analogous Colors of #bddeeb

#bddeeb #bdc7eb #bdebe1

Monochromatic Colors of #bddeeb

#bddeeb

Complementary Color

#bddeeb #ebcabd

#bddeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddeeb Color CSS Codes

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

#bddeeb Text Font Color

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

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


#bddeeb Background Color

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

This div background color is #bddeeb


#bddeeb Border Color

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

This div border color is #bddeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddeeb


Comments

No comments written yet.

Please login to write comment.