Color Hex Logo

#bde4bd Color Hex

#BDE4BD
(189,228,189)
0 Favorites   0 Comments

Color spaces of #bde4bd

RGB 189228189
HSL0.330.420.82
HSV120°17°89°
CMYK 0.170.000.17   0.11
XYZ57.915069.979758.5991
Yxy69.97970.31050.3752
Hunter Lab83.6539-22.815717.0254
CIE-Lab86.9869-20.018114.8813

#bde4bd color RGB value is (189,228,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100100 10111101
Octal 275 344 275
Decimal 189 228 189
Hex BD E4 BD

RGB Percentages of Color #bde4bd

%31.19
%37.62
%31.19

CMYK Percentages of Color #bde4bd

%17
%0
%17
%11

Triadic Colors of #bde4bd

#bde4bd #bdbde4 #e4bdbd

Analogous Colors of #bde4bd

#bde4bd #bde4d1 #d1e4bd

Monochromatic Colors of #bde4bd

#bde4bd

Complementary Color

#bde4bd #e4bde4

#bde4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde4bd Color CSS Codes

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

#bde4bd Text Font Color

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

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


#bde4bd Background Color

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

This div background color is #bde4bd


#bde4bd Border Color

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

This div border color is #bde4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde4bd


Comments

No comments written yet.

Please login to write comment.