Color Hex Logo

#bdddee Color Hex

#BDDDEE
(189,221,238)
0 Favorites   0 Comments

Color spaces of #bdddee

RGB 189221238
HSL0.560.590.84
HSV201°21°93°
CMYK 0.210.070.00   0.07
XYZ62.275368.704890.8680
Yxy68.70480.28070.3097
Hunter Lab82.8884-10.9448-6.9760
CIE-Lab86.3577-6.9242-11.8198

#bdddee color RGB value is (189,221,238).

#bdddee hex color red value is 189, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bdddee hue: 0.56 , saturation: 0.59 and the lightness value of bdddee is 0.84.

The process color (four color CMYK) of #bdddee color hex is 0.21, 0.07, 0.00, 0.07. Web safe color of #bdddee is #ccccff. Color #bdddee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 11101110
Octal 275 335 356
Decimal 189 221 238
Hex BD DD EE

RGB Percentages of Color #bdddee

%29.17
%34.10
%36.73

CMYK Percentages of Color #bdddee

%21
%7
%0
%7

Triadic Colors of #bdddee

#bdddee #eebddd #ddeebd

Analogous Colors of #bdddee

#bdddee #bdc5ee #bdeee7

Monochromatic Colors of #bdddee

#bdddee

Complementary Color

#bdddee #eecebd

#bdddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdddee Color CSS Codes

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

#bdddee Text Font Color

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

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


#bdddee Background Color

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

This div background color is #bdddee


#bdddee Border Color

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

This div border color is #bdddee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,221,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bdddee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdddee


Comments

No comments written yet.

Please login to write comment.