color codes Logo

#bdf84d color codes

#BDF84D
(189,248,77)
0 Favorites   0 Comments

Color spaces of #bdf84d

RGB 18924877
HSL0.220.920.64
HSV81°69°97°
CMYK 0.240.000.69   0.03
XYZ55.893278.489419.2253
Yxy78.48940.36390.5110
Hunter Lab88.5942-42.426149.1498
CIE-Lab91.0028-42.319072.2854

#bdf84d color RGB value is (189,248,77).

#bdf84d hex color red value is 189, green value is 248 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bdf84d hue: 0.22 , saturation: 0.92 and the lightness value of bdf84d is 0.64.

The process color (four color CMYK) of #bdf84d color code is 0.24, 0.00, 0.69, 0.03. Web safe color of #bdf84d is #ccff66. Color #bdf84d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111000 01001101
Octal 275 370 115
Decimal 189 248 77
Hex BD F8 4D

RGB Percentages of Color #bdf84d

%36.77
%48.25
%14.98

CMYK Percentages of Color #bdf84d

%24
%0
%69
%3

Triadic Colors of #bdf84d

#bdf84d #4dbdf8 #f84dbd

Analogous Colors of #bdf84d

#bdf84d #68f84d #f8de4d

Monochromatic Colors of #bdf84d

#bdf84d

Complementary Color

#bdf84d #884df8

#bdf84d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf84d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf84d Color CSS Codes

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

#bdf84d Text Font Color

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

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


#bdf84d Background Color

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

This div background color is #bdf84d


#bdf84d Border Color

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

This div border color is #bdf84d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf84d

Related Colors


Comments

No comments written yet.

Please login to write comment.