Color Hex Logo

#bdeaec Color Hex

#BDEAEC
(189,234,236)
0 Favorites   0 Comments

Color spaces of #bdeaec

RGB 189234236
HSL0.510.550.83
HSV183°20°93°
CMYK 0.200.010.00   0.07
XYZ65.549475.720690.5176
Yxy75.72060.28280.3267
Hunter Lab87.0176-17.8187-0.7624
CIE-Lab89.7295-13.9768-5.7640

#bdeaec color RGB value is (189,234,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11101100
Octal 275 352 354
Decimal 189 234 236
Hex BD EA EC

RGB Percentages of Color #bdeaec

%28.68
%35.51
%35.81

CMYK Percentages of Color #bdeaec

%20
%1
%0
%7

Triadic Colors of #bdeaec

#bdeaec #ecbdea #eaecbd

Analogous Colors of #bdeaec

#bdeaec #bdd3ec #bdecd7

Monochromatic Colors of #bdeaec

#bdeaec

Complementary Color

#bdeaec #ecbfbd

#bdeaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeaec Color CSS Codes

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

#bdeaec Text Font Color

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

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


#bdeaec Background Color

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

This div background color is #bdeaec


#bdeaec Border Color

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

This div border color is #bdeaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeaec


Comments

No comments written yet.

Please login to write comment.