Color Hex Logo

#bde7db Color Hex

#BDE7DB
(189,231,219)
0 Favorites   0 Comments

Color spaces of #bde7db

RGB 189231219
HSL0.450.470.82
HSV163°18°91°
CMYK 0.180.000.05   0.09
XYZ62.348473.085177.8386
Yxy73.08510.29230.3427
Hunter Lab85.4898-19.42575.8593
CIE-Lab88.4883-15.93801.3217

#bde7db color RGB value is (189,231,219).

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

The process color (four color CMYK) of #bde7db color hex is 0.18, 0.00, 0.05, 0.09. Web safe color of #bde7db is #ccffcc. Color #bde7db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100111 11011011
Octal 275 347 333
Decimal 189 231 219
Hex BD E7 DB

RGB Percentages of Color #bde7db

%29.58
%36.15
%34.27

CMYK Percentages of Color #bde7db

%18
%0
%5
%9

Triadic Colors of #bde7db

#bde7db #dbbde7 #e7dbbd

Analogous Colors of #bde7db

#bde7db #bddee7 #bde7c6

Monochromatic Colors of #bde7db

#bde7db

Complementary Color

#bde7db #e7bdc9

#bde7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde7db Color CSS Codes

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

#bde7db Text Font Color

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

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


#bde7db Background Color

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

This div background color is #bde7db


#bde7db Border Color

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

This div border color is #bde7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde7db


Comments

No comments written yet.

Please login to write comment.