Color Hex Logo

#bdd754 Color Hex

#BDD754
(189,215,84)
0 Favorites   0 Comments

Color spaces of #bdd754

RGB 18921584
HSL0.200.620.59
HSV72°61°84°
CMYK 0.120.000.61   0.16
XYZ46.886960.059817.5090
Yxy60.05980.37670.4826
Hunter Lab77.4983-27.628440.8535
CIE-Lab81.8707-26.786159.9839

#bdd754 color RGB value is (189,215,84).

#bdd754 hex color red value is 189, green value is 215 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bdd754 hue: 0.20 , saturation: 0.62 and the lightness value of bdd754 is 0.59.

The process color (four color CMYK) of #bdd754 color hex is 0.12, 0.00, 0.61, 0.16. Web safe color of #bdd754 is #cccc66. Color #bdd754 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 01010100
Octal 275 327 124
Decimal 189 215 84
Hex BD D7 54

RGB Percentages of Color #bdd754

%38.73
%44.06
%17.21

CMYK Percentages of Color #bdd754

%12
%0
%61
%16

Triadic Colors of #bdd754

#bdd754 #54bdd7 #d754bd

Analogous Colors of #bdd754

#bdd754 #7cd754 #d7b054

Monochromatic Colors of #bdd754

#bdd754

Complementary Color

#bdd754 #6e54d7

#bdd754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd754 Color CSS Codes

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

#bdd754 Text Font Color

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

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


#bdd754 Background Color

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

This div background color is #bdd754


#bdd754 Border Color

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

This div border color is #bdd754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd754


Comments

No comments written yet.

Please login to write comment.