Color Hex Logo

#bddbea Color Hex

#BDDBEA
(189,219,234)
0 Favorites   0 Comments

Color spaces of #bddbea

RGB 189219234
HSL0.560.520.83
HSV200°19°92°
CMYK 0.190.060.00   0.08
XYZ61.169167.422487.6318
Yxy67.42240.28290.3118
Hunter Lab82.1111-10.7201-5.7985
CIE-Lab85.7168-6.7486-10.6623

#bddbea color RGB value is (189,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 11101010
Octal 275 333 352
Decimal 189 219 234
Hex BD DB EA

RGB Percentages of Color #bddbea

%29.44
%34.11
%36.45

CMYK Percentages of Color #bddbea

%19
%6
%0
%8

Triadic Colors of #bddbea

#bddbea #eabddb #dbeabd

Analogous Colors of #bddbea

#bddbea #bdc5ea #bdeae3

Monochromatic Colors of #bddbea

#bddbea

Complementary Color

#bddbea #eaccbd

#bddbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbea Color CSS Codes

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

#bddbea Text Font Color

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

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


#bddbea Background Color

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

This div background color is #bddbea


#bddbea Border Color

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

This div border color is #bddbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbea


Comments

No comments written yet.

Please login to write comment.