Color Hex Logo

#bdf482 Color Hex

#BDF482
(189,244,130)
0 Favorites   0 Comments

Color spaces of #bdf482

RGB 189244130
HSL0.250.840.73
HSV89°47°96°
CMYK 0.230.000.47   0.04
XYZ57.366277.131932.9835
Yxy77.13190.34250.4605
Hunter Lab87.8248-37.099139.2104
CIE-Lab90.3823-35.996549.0973

#bdf482 color RGB value is (189,244,130).

#bdf482 hex color red value is 189, green value is 244 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bdf482 hue: 0.25 , saturation: 0.84 and the lightness value of bdf482 is 0.73.

The process color (four color CMYK) of #bdf482 color hex is 0.23, 0.00, 0.47, 0.04. Web safe color of #bdf482 is #ccff99. Color #bdf482 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 10000010
Octal 275 364 202
Decimal 189 244 130
Hex BD F4 82

RGB Percentages of Color #bdf482

%33.57
%43.34
%23.09

CMYK Percentages of Color #bdf482

%23
%0
%47
%4

Triadic Colors of #bdf482

#bdf482 #82bdf4 #f482bd

Analogous Colors of #bdf482

#bdf482 #84f482 #f4f282

Monochromatic Colors of #bdf482

#bdf482

Complementary Color

#bdf482 #b982f4

#bdf482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf482 Color CSS Codes

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

#bdf482 Text Font Color

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

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


#bdf482 Background Color

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

This div background color is #bdf482


#bdf482 Border Color

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

This div border color is #bdf482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf482


Comments

No comments written yet.

Please login to write comment.