color codes Logo

#bde7a0 color codes

#BDE7A0
(189,231,160)
0 Favorites   0 Comments

Color spaces of #bde7a0

RGB 189231160
HSL0.270.600.77
HSV95°31°91°
CMYK 0.180.000.31   0.09
XYZ55.907370.508743.9206
Yxy70.50870.32820.4139
Hunter Lab83.9695-28.100327.7667
CIE-Lab87.2458-26.089830.2355

#bde7a0 color RGB value is (189,231,160).

#bde7a0 hex color red value is 189, green value is 231 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #bde7a0 hue: 0.27 , saturation: 0.60 and the lightness value of bde7a0 is 0.77.

The process color (four color CMYK) of #bde7a0 color code is 0.18, 0.00, 0.31, 0.09. Web safe color of #bde7a0 is #ccff99. Color #bde7a0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100111 10100000
Octal 275 347 240
Decimal 189 231 160
Hex BD E7 A0

RGB Percentages of Color #bde7a0

%32.59
%39.83
%27.59

CMYK Percentages of Color #bde7a0

%18
%0
%31
%9

Triadic Colors of #bde7a0

#bde7a0 #a0bde7 #e7a0bd

Analogous Colors of #bde7a0

#bde7a0 #a0e7a7 #e1e7a0

Monochromatic Colors of #bde7a0

#bde7a0

Complementary Color

#bde7a0 #caa0e7

#bde7a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde7a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde7a0 Color CSS Codes

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

#bde7a0 Text Font Color

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

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


#bde7a0 Background Color

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

This div background color is #bde7a0


#bde7a0 Border Color

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

This div border color is #bde7a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde7a0


Comments

No comments written yet.

Please login to write comment.