Color Hex Logo

#bddbef Color Hex

#BDDBEF
(189,219,239)
0 Favorites   0 Comments

Color spaces of #bddbef

RGB 189219239
HSL0.570.610.84
HSV204°21°94°
CMYK 0.210.080.00   0.06
XYZ61.897867.713891.4691
Yxy67.71380.28000.3063
Hunter Lab82.2884-9.7360-8.3030
CIE-Lab85.8631-5.6719-13.0867

#bddbef color RGB value is (189,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 11101111
Octal 275 333 357
Decimal 189 219 239
Hex BD DB EF

RGB Percentages of Color #bddbef

%29.21
%33.85
%36.94

CMYK Percentages of Color #bddbef

%21
%8
%0
%6

Triadic Colors of #bddbef

#bddbef #efbddb #dbefbd

Analogous Colors of #bddbef

#bddbef #bdc2ef #bdefea

Monochromatic Colors of #bddbef

#bddbef

Complementary Color

#bddbef #efd1bd

#bddbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbef Color CSS Codes

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

#bddbef Text Font Color

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

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


#bddbef Background Color

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

This div background color is #bddbef


#bddbef Border Color

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

This div border color is #bddbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbef


Comments

No comments written yet.

Please login to write comment.