Color Hex Logo

#bddbee Color Hex

#BDDBEE
(189,219,238)
0 Favorites   0 Comments

Color spaces of #bddbee

RGB 189219238
HSL0.560.590.84
HSV203°21°93°
CMYK 0.210.080.00   0.07
XYZ61.750467.654990.6930
Yxy67.65490.28060.3074
Hunter Lab82.2526-9.9348-7.7973
CIE-Lab85.8336-5.8888-12.6024

#bddbee color RGB value is (189,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 11101110
Octal 275 333 356
Decimal 189 219 238
Hex BD DB EE

RGB Percentages of Color #bddbee

%29.26
%33.90
%36.84

CMYK Percentages of Color #bddbee

%21
%8
%0
%7

Triadic Colors of #bddbee

#bddbee #eebddb #dbeebd

Analogous Colors of #bddbee

#bddbee #bdc3ee #bdeee9

Monochromatic Colors of #bddbee

#bddbee

Complementary Color

#bddbee #eed0bd

#bddbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbee Color CSS Codes

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

#bddbee Text Font Color

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

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


#bddbee Background Color

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

This div background color is #bddbee


#bddbee Border Color

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

This div border color is #bddbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbee


Comments

No comments written yet.

Please login to write comment.