Color Hex Logo

#bdf450 Color Hex

#BDF450
(189,244,80)
0 Favorites   0 Comments

Color spaces of #bdf450

RGB 18924480
HSL0.220.880.64
HSV80°67°96°
CMYK 0.230.000.67   0.04
XYZ54.784976.099419.3906
Yxy76.09940.36460.5064
Hunter Lab87.2350-40.560547.8855
CIE-Lab89.9055-40.376570.0729

#bdf450 color RGB value is (189,244,80).

#bdf450 hex color red value is 189, green value is 244 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bdf450 hue: 0.22 , saturation: 0.88 and the lightness value of bdf450 is 0.64.

The process color (four color CMYK) of #bdf450 color hex is 0.23, 0.00, 0.67, 0.04. Web safe color of #bdf450 is #ccff66. Color #bdf450 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 01010000
Octal 275 364 120
Decimal 189 244 80
Hex BD F4 50

RGB Percentages of Color #bdf450

%36.84
%47.56
%15.59

CMYK Percentages of Color #bdf450

%23
%0
%67
%4

Triadic Colors of #bdf450

#bdf450 #50bdf4 #f450bd

Analogous Colors of #bdf450

#bdf450 #6bf450 #f4d950

Monochromatic Colors of #bdf450

#bdf450

Complementary Color

#bdf450 #8750f4

#bdf450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf450 Color CSS Codes

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

#bdf450 Text Font Color

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

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


#bdf450 Background Color

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

This div background color is #bdf450


#bdf450 Border Color

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

This div border color is #bdf450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf450


Comments

No comments written yet.

Please login to write comment.