Color Hex Logo

#bde870 Color Hex

#BDE870
(189,232,112)
0 Favorites   0 Comments

Color spaces of #bde870

RGB 189232112
HSL0.230.720.67
HSV82°52°91°
CMYK 0.190.000.52   0.09
XYZ52.767569.701926.0019
Yxy69.70190.35540.4695
Hunter Lab83.4877-33.284439.9757
CIE-Lab86.8504-32.380053.2455

#bde870 color RGB value is (189,232,112).

#bde870 hex color red value is 189, green value is 232 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bde870 hue: 0.23 , saturation: 0.72 and the lightness value of bde870 is 0.67.

The process color (four color CMYK) of #bde870 color hex is 0.19, 0.00, 0.52, 0.09. Web safe color of #bde870 is #ccff66. Color #bde870 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101000 01110000
Octal 275 350 160
Decimal 189 232 112
Hex BD E8 70

RGB Percentages of Color #bde870

%35.46
%43.53
%21.01

CMYK Percentages of Color #bde870

%19
%0
%52
%9

Triadic Colors of #bde870

#bde870 #70bde8 #e870bd

Analogous Colors of #bde870

#bde870 #81e870 #e8d770

Monochromatic Colors of #bde870

#bde870

Complementary Color

#bde870 #9b70e8

#bde870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde870 Color CSS Codes

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

#bde870 Text Font Color

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

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


#bde870 Background Color

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

This div background color is #bde870


#bde870 Border Color

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

This div border color is #bde870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde870


Comments

No comments written yet.

Please login to write comment.