Color Hex Logo

#bde87b Color Hex

#BDE87B
(189,232,123)
0 Favorites   0 Comments

Color spaces of #bde87b

RGB 189232123
HSL0.230.700.70
HSV84°47°91°
CMYK 0.190.000.47   0.09
XYZ53.418069.962129.4275
Yxy69.96210.34960.4578
Hunter Lab83.6434-32.378637.6909
CIE-Lab86.9783-31.249248.2400

#bde87b color RGB value is (189,232,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101000 01111011
Octal 275 350 173
Decimal 189 232 123
Hex BD E8 7B

RGB Percentages of Color #bde87b

%34.74
%42.65
%22.61

CMYK Percentages of Color #bde87b

%19
%0
%47
%9

Triadic Colors of #bde87b

#bde87b #7bbde8 #e87bbd

Analogous Colors of #bde87b

#bde87b #87e87b #e8dd7b

Monochromatic Colors of #bde87b

#bde87b

Complementary Color

#bde87b #a67be8

#bde87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde87b Color CSS Codes

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

#bde87b Text Font Color

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

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


#bde87b Background Color

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

This div background color is #bde87b


#bde87b Border Color

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

This div border color is #bde87b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde87b


Comments

No comments written yet.

Please login to write comment.