Color Hex Logo

#bdd425 Color Hex

#BDD425
(189,212,37)
0 Favorites   0 Comments

Color spaces of #bdd425

RGB 18921237
HSL0.190.700.49
HSV68°83°83°
CMYK 0.110.000.83   0.17
XYZ44.863758.039410.5884
Yxy58.03940.39530.5114
Hunter Lab76.1836-28.204645.0881
CIE-Lab80.7607-27.767974.8572

#bdd425 color RGB value is (189,212,37).

#bdd425 hex color red value is 189, green value is 212 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #bdd425 hue: 0.19 , saturation: 0.70 and the lightness value of bdd425 is 0.49.

The process color (four color CMYK) of #bdd425 color hex is 0.11, 0.00, 0.83, 0.17. Web safe color of #bdd425 is #cccc33. Color #bdd425 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 00100101
Octal 275 324 45
Decimal 189 212 37
Hex BD D4 25

RGB Percentages of Color #bdd425

%43.15
%48.40
%8.45

CMYK Percentages of Color #bdd425

%11
%0
%83
%17

Triadic Colors of #bdd425

#bdd425 #25bdd4 #d425bd

Analogous Colors of #bdd425

#bdd425 #66d425 #d49425

Monochromatic Colors of #bdd425

#bdd425

Complementary Color

#bdd425 #3c25d4

#bdd425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd425 Color CSS Codes

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

#bdd425 Text Font Color

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

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


#bdd425 Background Color

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

This div background color is #bdd425


#bdd425 Border Color

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

This div border color is #bdd425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd425


Comments

No comments written yet.

Please login to write comment.