Color Hex Logo

#bde3ec Color Hex

#BDE3EC
(189,227,236)
0 Favorites   0 Comments

Color spaces of #bde3ec

RGB 189227236
HSL0.530.550.83
HSV191°20°93°
CMYK 0.200.040.00   0.07
XYZ63.595771.813189.8663
Yxy71.81310.28230.3188
Hunter Lab84.7426-14.3430-3.5550
CIE-Lab87.8786-10.4319-8.5031

#bde3ec color RGB value is (189,227,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 11101100
Octal 275 343 354
Decimal 189 227 236
Hex BD E3 EC

RGB Percentages of Color #bde3ec

%28.99
%34.82
%36.20

CMYK Percentages of Color #bde3ec

%20
%4
%0
%7

Triadic Colors of #bde3ec

#bde3ec #ecbde3 #e3ecbd

Analogous Colors of #bde3ec

#bde3ec #bdccec #bdecde

Monochromatic Colors of #bde3ec

#bde3ec

Complementary Color

#bde3ec #ecc6bd

#bde3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde3ec Color CSS Codes

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

#bde3ec Text Font Color

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

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


#bde3ec Background Color

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

This div background color is #bde3ec


#bde3ec Border Color

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

This div border color is #bde3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde3ec


Comments

No comments written yet.

Please login to write comment.