Color Hex Logo

#bde0ec Color Hex

#BDE0EC
(189,224,236)
0 Favorites   0 Comments

Color spaces of #bde0ec

RGB 189224236
HSL0.540.550.83
HSV195°20°93°
CMYK 0.200.050.00   0.07
XYZ62.782270.186389.5952
Yxy70.18630.28210.3154
Hunter Lab83.7773-12.8433-4.7633
CIE-Lab87.0882-8.8978-9.6770

#bde0ec color RGB value is (189,224,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100000 11101100
Octal 275 340 354
Decimal 189 224 236
Hex BD E0 EC

RGB Percentages of Color #bde0ec

%29.12
%34.51
%36.36

CMYK Percentages of Color #bde0ec

%20
%5
%0
%7

Triadic Colors of #bde0ec

#bde0ec #ecbde0 #e0ecbd

Analogous Colors of #bde0ec

#bde0ec #bdc9ec #bdece1

Monochromatic Colors of #bde0ec

#bde0ec

Complementary Color

#bde0ec #ecc9bd

#bde0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde0ec Color CSS Codes

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

#bde0ec Text Font Color

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

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


#bde0ec Background Color

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

This div background color is #bde0ec


#bde0ec Border Color

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

This div border color is #bde0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde0ec


Comments

No comments written yet.

Please login to write comment.