Color Hex Logo

#bdf33d Color Hex

#BDF33D
(189,243,61)
0 Favorites   0 Comments

Color spaces of #bdf33d

RGB 18924361
HSL0.220.880.60
HSV78°75°95°
CMYK 0.220.000.75   0.05
XYZ53.879275.256916.1012
Yxy75.25690.37100.5182
Hunter Lab86.7507-40.950949.7211
CIE-Lab89.5132-40.991576.1574

#bdf33d color RGB value is (189,243,61).

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

The process color (four color CMYK) of #bdf33d color hex is 0.22, 0.00, 0.75, 0.05. Web safe color of #bdf33d is #ccff33. Color #bdf33d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110011 00111101
Octal 275 363 75
Decimal 189 243 61
Hex BD F3 3D

RGB Percentages of Color #bdf33d

%38.34
%49.29
%12.37

CMYK Percentages of Color #bdf33d

%22
%0
%75
%5

Triadic Colors of #bdf33d

#bdf33d #3dbdf3 #f33dbd

Analogous Colors of #bdf33d

#bdf33d #62f33d #f3ce3d

Monochromatic Colors of #bdf33d

#bdf33d

Complementary Color

#bdf33d #733df3

#bdf33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf33d Color CSS Codes

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

#bdf33d Text Font Color

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

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


#bdf33d Background Color

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

This div background color is #bdf33d


#bdf33d Border Color

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

This div border color is #bdf33d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,243,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 #bdf33d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf33d


Comments

No comments written yet.

Please login to write comment.