Color Hex Logo

#bdddeb Color Hex

#BDDDEB
(189,221,235)
0 Favorites   0 Comments

Color spaces of #bdddeb

RGB 189221235
HSL0.550.530.83
HSV198°20°92°
CMYK 0.200.060.00   0.08
XYZ61.838168.529988.5656
Yxy68.52990.28250.3130
Hunter Lab82.7828-11.5318-5.4838
CIE-Lab86.2707-7.5681-10.3657

#bdddeb color RGB value is (189,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 11101011
Octal 275 335 353
Decimal 189 221 235
Hex BD DD EB

RGB Percentages of Color #bdddeb

%29.30
%34.26
%36.43

CMYK Percentages of Color #bdddeb

%20
%6
%0
%8

Triadic Colors of #bdddeb

#bdddeb #ebbddd #ddebbd

Analogous Colors of #bdddeb

#bdddeb #bdc6eb #bdebe2

Monochromatic Colors of #bdddeb

#bdddeb

Complementary Color

#bdddeb #ebcbbd

#bdddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdddeb Color CSS Codes

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

#bdddeb Text Font Color

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

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


#bdddeb Background Color

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

This div background color is #bdddeb


#bdddeb Border Color

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

This div border color is #bdddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdddeb


Comments

No comments written yet.

Please login to write comment.