Color Hex Logo

#bdf03d Color Hex

#BDF03D
(189,240,61)
0 Favorites   0 Comments

Color spaces of #bdf03d

RGB 18924061
HSL0.210.860.59
HSV77°75°94°
CMYK 0.210.000.75   0.06
XYZ52.988773.475915.8044
Yxy73.47590.37250.5165
Hunter Lab85.7181-39.662649.0710
CIE-Lab88.6742-39.667675.3647

#bdf03d color RGB value is (189,240,61).

#bdf03d hex color red value is 189, green value is 240 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bdf03d hue: 0.21 , saturation: 0.86 and the lightness value of bdf03d is 0.59.

The process color (four color CMYK) of #bdf03d color hex is 0.21, 0.00, 0.75, 0.06. Web safe color of #bdf03d is #ccff33. Color #bdf03d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110000 00111101
Octal 275 360 75
Decimal 189 240 61
Hex BD F0 3D

RGB Percentages of Color #bdf03d

%38.57
%48.98
%12.45

CMYK Percentages of Color #bdf03d

%21
%0
%75
%6

Triadic Colors of #bdf03d

#bdf03d #3dbdf0 #f03dbd

Analogous Colors of #bdf03d

#bdf03d #64f03d #f0ca3d

Monochromatic Colors of #bdf03d

#bdf03d

Complementary Color

#bdf03d #703df0

#bdf03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf03d Color CSS Codes

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

#bdf03d Text Font Color

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

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


#bdf03d Background Color

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

This div background color is #bdf03d


#bdf03d Border Color

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

This div border color is #bdf03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf03d


Comments

No comments written yet.

Please login to write comment.