Color Hex Logo

#bde12f Color Hex

#BDE12F
(189,225,47)
0 Favorites   0 Comments

Color spaces of #bde12f

RGB 18922547
HSL0.200.750.53
HSV72°79°88°
CMYK 0.160.000.79   0.12
XYZ48.424664.874512.6591
Yxy64.87450.38440.5150
Hunter Lab80.5447-33.636647.0628
CIE-Lab84.4190-33.497875.5225

#bde12f color RGB value is (189,225,47).

#bde12f hex color red value is 189, green value is 225 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bde12f hue: 0.20 , saturation: 0.75 and the lightness value of bde12f is 0.53.

The process color (four color CMYK) of #bde12f color hex is 0.16, 0.00, 0.79, 0.12. Web safe color of #bde12f is #cccc33. Color #bde12f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 00101111
Octal 275 341 57
Decimal 189 225 47
Hex BD E1 2F

RGB Percentages of Color #bde12f

%41.00
%48.81
%10.20

CMYK Percentages of Color #bde12f

%16
%0
%79
%12

Triadic Colors of #bde12f

#bde12f #2fbde1 #e12fbd

Analogous Colors of #bde12f

#bde12f #64e12f #e1ac2f

Monochromatic Colors of #bde12f

#bde12f

Complementary Color

#bde12f #532fe1

#bde12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde12f Color CSS Codes

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

#bde12f Text Font Color

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

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


#bde12f Background Color

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

This div background color is #bde12f


#bde12f Border Color

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

This div border color is #bde12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde12f


Comments

No comments written yet.

Please login to write comment.