Color Hex Logo

#bde90a Color Hex

#BDE90A
(189,233,10)
0 Favorites   0 Comments

Color spaces of #bde90a

RGB 18923310
HSL0.200.920.48
HSV72°96°91°
CMYK 0.190.000.96   0.09
XYZ50.180069.118610.9836
Yxy69.11860.38520.5305
Hunter Lab83.1376-37.752250.3633
CIE-Lab86.5627-37.969783.7305

#bde90a color RGB value is (189,233,10).

#bde90a hex color red value is 189, green value is 233 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bde90a hue: 0.20 , saturation: 0.92 and the lightness value of bde90a is 0.48.

The process color (four color CMYK) of #bde90a color hex is 0.19, 0.00, 0.96, 0.09. Web safe color of #bde90a is #ccff00. Color #bde90a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101001 00001010
Octal 275 351 12
Decimal 189 233 10
Hex BD E9 A

RGB Percentages of Color #bde90a

%43.75
%53.94
%2.31

CMYK Percentages of Color #bde90a

%19
%0
%96
%9

Triadic Colors of #bde90a

#bde90a #0abde9 #e90abd

Analogous Colors of #bde90a

#bde90a #4ee90a #e9a60a

Monochromatic Colors of #bde90a

#bde90a

Complementary Color

#bde90a #360ae9

#bde90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde90a Color CSS Codes

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

#bde90a Text Font Color

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

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


#bde90a Background Color

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

This div background color is #bde90a


#bde90a Border Color

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

This div border color is #bde90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde90a


Comments

No comments written yet.

Please login to write comment.