Color Hex Logo

#bde3de Color Hex

#BDE3DE
(189,227,222)
0 Favorites   0 Comments

Color spaces of #bde3de

RGB 189227222
HSL0.480.400.82
HSV172°17°89°
CMYK 0.170.000.02   0.11
XYZ61.640271.030979.5688
Yxy71.03090.29040.3347
Hunter Lab84.2798-16.93923.0200
CIE-Lab87.5000-13.3294-1.6975

#bde3de color RGB value is (189,227,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 11011110
Octal 275 343 336
Decimal 189 227 222
Hex BD E3 DE

RGB Percentages of Color #bde3de

%29.62
%35.58
%34.80

CMYK Percentages of Color #bde3de

%17
%0
%2
%11

Triadic Colors of #bde3de

#bde3de #debde3 #e3debd

Analogous Colors of #bde3de

#bde3de #bdd5e3 #bde3cb

Monochromatic Colors of #bde3de

#bde3de

Complementary Color

#bde3de #e3bdc2

#bde3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde3de Color CSS Codes

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

#bde3de Text Font Color

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

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


#bde3de Background Color

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

This div background color is #bde3de


#bde3de Border Color

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

This div border color is #bde3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde3de


Comments

No comments written yet.

Please login to write comment.