Color Hex Logo

#bddbec Color Hex

#BDDBEC
(189,219,236)
0 Favorites   0 Comments

Color spaces of #bddbec

RGB 189219236
HSL0.560.550.83
HSV202°20°93°
CMYK 0.200.070.00   0.07
XYZ61.458167.538089.1538
Yxy67.53800.28170.3096
Hunter Lab82.1815-10.3293-6.7931
CIE-Lab85.7749-6.3202-11.6330

#bddbec color RGB value is (189,219,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 11101100
Octal 275 333 354
Decimal 189 219 236
Hex BD DB EC

RGB Percentages of Color #bddbec

%29.35
%34.01
%36.65

CMYK Percentages of Color #bddbec

%20
%7
%0
%7

Triadic Colors of #bddbec

#bddbec #ecbddb #dbecbd

Analogous Colors of #bddbec

#bddbec #bdc4ec #bdece6

Monochromatic Colors of #bddbec

#bddbec

Complementary Color

#bddbec #eccebd

#bddbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbec Color CSS Codes

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

#bddbec Text Font Color

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

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


#bddbec Background Color

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

This div background color is #bddbec


#bddbec Border Color

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

This div border color is #bddbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbec


Comments

No comments written yet.

Please login to write comment.