Color Hex Logo

#bdf204 Color Hex

#BDF204
(189,242,4)
0 Favorites   0 Comments

Color spaces of #bdf204

RGB 1892424
HSL0.200.970.48
HSV73°98°95°
CMYK 0.220.000.98   0.05
XYZ52.760374.331811.6816
Yxy74.33180.38020.5356
Hunter Lab86.2159-41.643752.3178
CIE-Lab89.0791-42.004886.1372

#bdf204 color RGB value is (189,242,4).

#bdf204 hex color red value is 189, green value is 242 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #bdf204 hue: 0.20 , saturation: 0.97 and the lightness value of bdf204 is 0.48.

The process color (four color CMYK) of #bdf204 color hex is 0.22, 0.00, 0.98, 0.05. Web safe color of #bdf204 is #ccff00. Color #bdf204 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110010 00000100
Octal 275 362 4
Decimal 189 242 4
Hex BD F2 4

RGB Percentages of Color #bdf204

%43.45
%55.63
%0.92

CMYK Percentages of Color #bdf204

%22
%0
%98
%5

Triadic Colors of #bdf204

#bdf204 #04bdf2 #f204bd

Analogous Colors of #bdf204

#bdf204 #46f204 #f2b004

Monochromatic Colors of #bdf204

#bdf204

Complementary Color

#bdf204 #3904f2

#bdf204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf204 Color CSS Codes

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

#bdf204 Text Font Color

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

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


#bdf204 Background Color

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

This div background color is #bdf204


#bdf204 Border Color

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

This div border color is #bdf204


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,242,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 #bdf204">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf204


Comments

No comments written yet.

Please login to write comment.