Color Hex Logo

#bdf576 Color Hex

#BDF576
(189,245,118)
0 Favorites   0 Comments

Color spaces of #bdf576

RGB 189245118
HSL0.240.860.71
HSV86°52°96°
CMYK 0.230.000.52   0.04
XYZ56.908777.431629.0859
Yxy77.43160.34820.4738
Hunter Lab87.9952-38.551341.9990
CIE-Lab90.5199-37.715954.8486

#bdf576 color RGB value is (189,245,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 01110110
Octal 275 365 166
Decimal 189 245 118
Hex BD F5 76

RGB Percentages of Color #bdf576

%34.24
%44.38
%21.38

CMYK Percentages of Color #bdf576

%23
%0
%52
%4

Triadic Colors of #bdf576

#bdf576 #76bdf5 #f576bd

Analogous Colors of #bdf576

#bdf576 #7ef576 #f5ee76

Monochromatic Colors of #bdf576

#bdf576

Complementary Color

#bdf576 #ae76f5

#bdf576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf576 Color CSS Codes

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

#bdf576 Text Font Color

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

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


#bdf576 Background Color

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

This div background color is #bdf576


#bdf576 Border Color

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

This div border color is #bdf576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf576


Comments

No comments written yet.

Please login to write comment.