Color Hex Logo

#bdf574 Color Hex

#BDF574
(189,245,116)
0 Favorites   0 Comments

Color spaces of #bdf574

RGB 189245116
HSL0.240.870.71
HSV86°53°96°
CMYK 0.230.000.53   0.04
XYZ56.791177.384628.4665
Yxy77.38460.34920.4758
Hunter Lab87.9685-38.708142.3918
CIE-Lab90.4983-37.913555.7323

#bdf574 color RGB value is (189,245,116).

#bdf574 hex color red value is 189, green value is 245 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bdf574 hue: 0.24 , saturation: 0.87 and the lightness value of bdf574 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 01110100
Octal 275 365 164
Decimal 189 245 116
Hex BD F5 74

RGB Percentages of Color #bdf574

%34.36
%44.55
%21.09

CMYK Percentages of Color #bdf574

%23
%0
%53
%4

Triadic Colors of #bdf574

#bdf574 #74bdf5 #f574bd

Analogous Colors of #bdf574

#bdf574 #7df574 #f5ed74

Monochromatic Colors of #bdf574

#bdf574

Complementary Color

#bdf574 #ac74f5

#bdf574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf574 Color CSS Codes

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

#bdf574 Text Font Color

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

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


#bdf574 Background Color

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

This div background color is #bdf574


#bdf574 Border Color

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

This div border color is #bdf574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf574


Comments

No comments written yet.

Please login to write comment.