Color Hex Logo

#bde6bb Color Hex

#BDE6BB
(189,230,187)
0 Favorites   0 Comments

Color spaces of #bde6bb

RGB 189230187
HSL0.330.460.82
HSV117°19°90°
CMYK 0.180.000.19   0.10
XYZ58.252771.000357.6479
Yxy71.00030.31170.3799
Hunter Lab84.2617-24.055418.4197
CIE-Lab87.4852-21.343416.6254

#bde6bb color RGB value is (189,230,187).

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

The process color (four color CMYK) of #bde6bb color hex is 0.18, 0.00, 0.19, 0.10. Web safe color of #bde6bb is #ccffcc. Color #bde6bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100110 10111011
Octal 275 346 273
Decimal 189 230 187
Hex BD E6 BB

RGB Percentages of Color #bde6bb

%31.19
%37.95
%30.86

CMYK Percentages of Color #bde6bb

%18
%0
%19
%10

Triadic Colors of #bde6bb

#bde6bb #bbbde6 #e6bbbd

Analogous Colors of #bde6bb

#bde6bb #bbe6cf #d3e6bb

Monochromatic Colors of #bde6bb

#bde6bb

Complementary Color

#bde6bb #e4bbe6

#bde6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde6bb Color CSS Codes

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

#bde6bb Text Font Color

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

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


#bde6bb Background Color

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

This div background color is #bde6bb


#bde6bb Border Color

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

This div border color is #bde6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde6bb


Comments

No comments written yet.

Please login to write comment.