Color Hex Logo

#bddaec Color Hex

#BDDAEC
(189,218,236)
0 Favorites   0 Comments

Color spaces of #bddaec

RGB 189218236
HSL0.560.550.83
HSV203°20°93°
CMYK 0.200.080.00   0.07
XYZ61.198067.017889.0671
Yxy67.01780.28170.3084
Hunter Lab81.8644-9.8244-7.2014
CIE-Lab85.5129-5.8018-12.0240

#bddaec color RGB value is (189,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 11101100
Octal 275 332 354
Decimal 189 218 236
Hex BD DA EC

RGB Percentages of Color #bddaec

%29.39
%33.90
%36.70

CMYK Percentages of Color #bddaec

%20
%8
%0
%7

Triadic Colors of #bddaec

#bddaec #ecbdda #daecbd

Analogous Colors of #bddaec

#bddaec #bdc3ec #bdece7

Monochromatic Colors of #bddaec

#bddaec

Complementary Color

#bddaec #eccfbd

#bddaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddaec Color CSS Codes

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

#bddaec Text Font Color

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

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


#bddaec Background Color

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

This div background color is #bddaec


#bddaec Border Color

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

This div border color is #bddaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddaec


Comments

No comments written yet.

Please login to write comment.