Color Hex Logo

#bdf12c Color Hex

#BDF12C
(189,241,44)
0 Favorites   0 Comments

Color spaces of #bdf12c

RGB 18924144
HSL0.210.880.56
HSV76°82°95°
CMYK 0.220.000.82   0.05
XYZ52.896273.911313.8613
Yxy73.91130.37600.5254
Hunter Lab85.9717-40.623950.6208
CIE-Lab88.8805-40.796680.2177

#bdf12c color RGB value is (189,241,44).

#bdf12c hex color red value is 189, green value is 241 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bdf12c hue: 0.21 , saturation: 0.88 and the lightness value of bdf12c is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110001 00101100
Octal 275 361 54
Decimal 189 241 44
Hex BD F1 2C

RGB Percentages of Color #bdf12c

%39.87
%50.84
%9.28

CMYK Percentages of Color #bdf12c

%22
%0
%82
%5

Triadic Colors of #bdf12c

#bdf12c #2cbdf1 #f12cbd

Analogous Colors of #bdf12c

#bdf12c #5bf12c #f1c32c

Monochromatic Colors of #bdf12c

#bdf12c

Complementary Color

#bdf12c #602cf1

#bdf12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf12c Color CSS Codes

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

#bdf12c Text Font Color

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

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


#bdf12c Background Color

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

This div background color is #bdf12c


#bdf12c Border Color

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

This div border color is #bdf12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf12c


Comments

No comments written yet.

Please login to write comment.