Color Hex Logo

#bde7ec Color Hex

#BDE7EC
(189,231,236)
0 Favorites   0 Comments

Color spaces of #bde7ec

RGB 189231236
HSL0.520.550.83
HSV186°20°93°
CMYK 0.200.020.00   0.07
XYZ64.702574.026890.2353
Yxy74.02680.28260.3233
Hunter Lab86.0388-16.3333-1.9546
CIE-Lab88.9351-12.4638-6.9378

#bde7ec color RGB value is (189,231,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100111 11101100
Octal 275 347 354
Decimal 189 231 236
Hex BD E7 EC

RGB Percentages of Color #bde7ec

%28.81
%35.21
%35.98

CMYK Percentages of Color #bde7ec

%20
%2
%0
%7

Triadic Colors of #bde7ec

#bde7ec #ecbde7 #e7ecbd

Analogous Colors of #bde7ec

#bde7ec #bdd0ec #bdecda

Monochromatic Colors of #bde7ec

#bde7ec

Complementary Color

#bde7ec #ecc2bd

#bde7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde7ec Color CSS Codes

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

#bde7ec Text Font Color

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

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


#bde7ec Background Color

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

This div background color is #bde7ec


#bde7ec Border Color

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

This div border color is #bde7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde7ec


Comments

No comments written yet.

Please login to write comment.