Color Hex Logo

#bdf483 Color Hex

#BDF483
(189,244,131)
0 Favorites   0 Comments

Color spaces of #bdf483

RGB 189244131
HSL0.250.840.74
HSV89°46°96°
CMYK 0.230.000.46   0.04
XYZ57.433777.158933.3388
Yxy77.15890.34200.4595
Hunter Lab87.8401-37.009238.9852
CIE-Lab90.3947-35.884348.6381

#bdf483 color RGB value is (189,244,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 10000011
Octal 275 364 203
Decimal 189 244 131
Hex BD F4 83

RGB Percentages of Color #bdf483

%33.51
%43.26
%23.23

CMYK Percentages of Color #bdf483

%23
%0
%46
%4

Triadic Colors of #bdf483

#bdf483 #83bdf4 #f483bd

Analogous Colors of #bdf483

#bdf483 #85f483 #f4f383

Monochromatic Colors of #bdf483

#bdf483

Complementary Color

#bdf483 #ba83f4

#bdf483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf483 Color CSS Codes

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

#bdf483 Text Font Color

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

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


#bdf483 Background Color

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

This div background color is #bdf483


#bdf483 Border Color

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

This div border color is #bdf483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf483


Comments

No comments written yet.

Please login to write comment.