Color Hex Logo

#bde3db Color Hex

#BDE3DB
(189,227,219)
0 Favorites   0 Comments

Color spaces of #bde3db

RGB 189227219
HSL0.460.400.82
HSV167°17°89°
CMYK 0.170.000.04   0.11
XYZ61.241570.871577.4696
Yxy70.87150.29220.3382
Hunter Lab84.1852-17.47224.3693
CIE-Lab87.4225-13.9306-0.2328

#bde3db color RGB value is (189,227,219).

#bde3db hex color red value is 189, green value is 227 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bde3db hue: 0.46 , saturation: 0.40 and the lightness value of bde3db is 0.82.

The process color (four color CMYK) of #bde3db color hex is 0.17, 0.00, 0.04, 0.11. Web safe color of #bde3db is #cccccc. Color #bde3db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 11011011
Octal 275 343 333
Decimal 189 227 219
Hex BD E3 DB

RGB Percentages of Color #bde3db

%29.76
%35.75
%34.49

CMYK Percentages of Color #bde3db

%17
%0
%4
%11

Triadic Colors of #bde3db

#bde3db #dbbde3 #e3dbbd

Analogous Colors of #bde3db

#bde3db #bdd8e3 #bde3c8

Monochromatic Colors of #bde3db

#bde3db

Complementary Color

#bde3db #e3bdc5

#bde3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde3db Color CSS Codes

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

#bde3db Text Font Color

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

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


#bde3db Background Color

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

This div background color is #bde3db


#bde3db Border Color

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

This div border color is #bde3db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,227,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bde3db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde3db


Comments

No comments written yet.

Please login to write comment.