Color Hex Logo

#bdf481 Color Hex

#BDF481
(189,244,129)
0 Favorites   0 Comments

Color spaces of #bdf481

RGB 189244129
HSL0.250.840.73
HSV89°47°96°
CMYK 0.230.000.47   0.04
XYZ57.299477.105232.6317
Yxy77.10520.34300.4616
Hunter Lab87.8096-37.188139.4334
CIE-Lab90.3700-36.107749.5554

#bdf481 color RGB value is (189,244,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 10000001
Octal 275 364 201
Decimal 189 244 129
Hex BD F4 81

RGB Percentages of Color #bdf481

%33.63
%43.42
%22.95

CMYK Percentages of Color #bdf481

%23
%0
%47
%4

Triadic Colors of #bdf481

#bdf481 #81bdf4 #f481bd

Analogous Colors of #bdf481

#bdf481 #84f481 #f4f281

Monochromatic Colors of #bdf481

#bdf481

Complementary Color

#bdf481 #b881f4

#bdf481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf481 Color CSS Codes

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

#bdf481 Text Font Color

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

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


#bdf481 Background Color

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

This div background color is #bdf481


#bdf481 Border Color

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

This div border color is #bdf481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf481


Comments

No comments written yet.

Please login to write comment.