color codes Logo

#bde72f color codes

#BDE72F
(189,231,47)
0 Favorites   0 Comments

Color spaces of #bde72f

RGB 18923147
HSL0.200.790.55
HSV74°80°91°
CMYK 0.180.000.80   0.09
XYZ50.075368.175913.2093
Yxy68.17590.38090.5186
Hunter Lab82.5687-36.240648.3129
CIE-Lab86.0943-36.231977.0168

#bde72f color RGB value is (189,231,47).

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

The process color (four color CMYK) of #bde72f color code is 0.18, 0.00, 0.80, 0.09. Web safe color of #bde72f is #ccff33. Color #bde72f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100111 00101111
Octal 275 347 57
Decimal 189 231 47
Hex BD E7 2F

RGB Percentages of Color #bde72f

%40.47
%49.46
%10.06

CMYK Percentages of Color #bde72f

%18
%0
%80
%9

Triadic Colors of #bde72f

#bde72f #2fbde7 #e72fbd

Analogous Colors of #bde72f

#bde72f #61e72f #e7b52f

Monochromatic Colors of #bde72f

#bde72f

Complementary Color

#bde72f #592fe7

#bde72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde72f Color CSS Codes

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

#bde72f Text Font Color

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

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


#bde72f Background Color

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

This div background color is #bde72f


#bde72f Border Color

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

This div border color is #bde72f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,231,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 #bde72f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde72f


Comments

No comments written yet.

Please login to write comment.