Color Hex Logo

#bdf32f Color Hex

#BDF32F
(189,243,47)
0 Favorites   0 Comments

Color spaces of #bdf32f

RGB 18924347
HSL0.210.890.57
HSV77°81°95°
CMYK 0.220.000.81   0.05
XYZ53.549975.125214.3676
Yxy75.12520.37440.5252
Hunter Lab86.6748-41.399050.8442
CIE-Lab89.4516-41.570879.9920

#bdf32f color RGB value is (189,243,47).

#bdf32f hex color red value is 189, green value is 243 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bdf32f hue: 0.21 , saturation: 0.89 and the lightness value of bdf32f is 0.57.

The process color (four color CMYK) of #bdf32f color hex is 0.22, 0.00, 0.81, 0.05. Web safe color of #bdf32f is #ccff33. Color #bdf32f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110011 00101111
Octal 275 363 57
Decimal 189 243 47
Hex BD F3 2F

RGB Percentages of Color #bdf32f

%39.46
%50.73
%9.81

CMYK Percentages of Color #bdf32f

%22
%0
%81
%5

Triadic Colors of #bdf32f

#bdf32f #2fbdf3 #f32fbd

Analogous Colors of #bdf32f

#bdf32f #5bf32f #f3c72f

Monochromatic Colors of #bdf32f

#bdf32f

Complementary Color

#bdf32f #652ff3

#bdf32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf32f Color CSS Codes

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

#bdf32f Text Font Color

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

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


#bdf32f Background Color

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

This div background color is #bdf32f


#bdf32f Border Color

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

This div border color is #bdf32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf32f


Comments

No comments written yet.

Please login to write comment.