Color Hex Logo

#bdf973 Color Hex

#BDF973
(189,249,115)
0 Favorites   0 Comments

Color spaces of #bdf973

RGB 189249115
HSL0.240.920.71
HSV87°54°98°
CMYK 0.240.000.54   0.02
XYZ57.956579.808028.5695
Yxy79.80800.34840.4798
Hunter Lab89.3353-40.534543.5737
CIE-Lab91.5986-39.795057.4753

#bdf973 color RGB value is (189,249,115).

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

The process color (four color CMYK) of #bdf973 color hex is 0.24, 0.00, 0.54, 0.02. Web safe color of #bdf973 is #ccff66. Color #bdf973 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 01110011
Octal 275 371 163
Decimal 189 249 115
Hex BD F9 73

RGB Percentages of Color #bdf973

%34.18
%45.03
%20.80

CMYK Percentages of Color #bdf973

%24
%0
%54
%2

Triadic Colors of #bdf973

#bdf973 #73bdf9 #f973bd

Analogous Colors of #bdf973

#bdf973 #7af973 #f9f273

Monochromatic Colors of #bdf973

#bdf973

Complementary Color

#bdf973 #af73f9

#bdf973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf973 Color CSS Codes

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

#bdf973 Text Font Color

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

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


#bdf973 Background Color

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

This div background color is #bdf973


#bdf973 Border Color

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

This div border color is #bdf973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf973


Comments

No comments written yet.

Please login to write comment.