Color Hex Logo

#bdd404 Color Hex

#BDD404
(189,212,4)
0 Favorites   0 Comments

Color spaces of #bdd404

RGB 1892124
HSL0.190.960.42
HSV67°98°83°
CMYK 0.110.000.98   0.17
XYZ44.551757.91458.9454
Yxy57.91450.39990.5198
Hunter Lab76.1016-28.679646.3018
CIE-Lab80.6912-28.373179.7643

#bdd404 color RGB value is (189,212,4).

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

The process color (four color CMYK) of #bdd404 color hex is 0.11, 0.00, 0.98, 0.17. Web safe color of #bdd404 is #cccc00. Color #bdd404 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 00000100
Octal 275 324 4
Decimal 189 212 4
Hex BD D4 4

RGB Percentages of Color #bdd404

%46.67
%52.35
%0.99

CMYK Percentages of Color #bdd404

%11
%0
%98
%17

Triadic Colors of #bdd404

#bdd404 #04bdd4 #d404bd

Analogous Colors of #bdd404

#bdd404 #55d404 #d48304

Monochromatic Colors of #bdd404

#bdd404

Complementary Color

#bdd404 #1b04d4

#bdd404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd404 Color CSS Codes

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

#bdd404 Text Font Color

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

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


#bdd404 Background Color

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

This div background color is #bdd404


#bdd404 Border Color

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

This div border color is #bdd404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd404


Comments

No comments written yet.

Please login to write comment.