Color Hex Logo

#bdc30e Color Hex

#BDC30E
(189,195,14)
0 Favorites   0 Comments

Color spaces of #bdc30e

RGB 18919514
HSL0.170.870.41
HSV62°93°76°
CMYK 0.030.000.93   0.24
XYZ40.580649.88077.9046
Yxy49.88070.41250.5071
Hunter Lab70.6263-21.033042.8026
CIE-Lab75.9960-20.035875.1810

#bdc30e color RGB value is (189,195,14).

#bdc30e hex color red value is 189, green value is 195 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bdc30e hue: 0.17 , saturation: 0.87 and the lightness value of bdc30e is 0.41.

The process color (four color CMYK) of #bdc30e color hex is 0.03, 0.00, 0.93, 0.24. Web safe color of #bdc30e is #cccc00. Color #bdc30e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 00001110
Octal 275 303 16
Decimal 189 195 14
Hex BD C3 E

RGB Percentages of Color #bdc30e

%47.49
%48.99
%3.52

CMYK Percentages of Color #bdc30e

%3
%0
%93
%24

Triadic Colors of #bdc30e

#bdc30e #0ebdc3 #c30ebd

Analogous Colors of #bdc30e

#bdc30e #62c30e #c36f0e

Monochromatic Colors of #bdc30e

#bdc30e

Complementary Color

#bdc30e #140ec3

#bdc30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc30e Color CSS Codes

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

#bdc30e Text Font Color

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

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


#bdc30e Background Color

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

This div background color is #bdc30e


#bdc30e Border Color

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

This div border color is #bdc30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc30e


Comments

No comments written yet.

Please login to write comment.