Color Hex Logo

#bdf605 Color Hex

#BDF605
(189,246,5)
0 Favorites   0 Comments

Color spaces of #bdf605

RGB 1892465
HSL0.210.960.49
HSV74°98°96°
CMYK 0.230.000.98   0.04
XYZ53.969476.741312.1116
Yxy76.74130.37790.5373
Hunter Lab87.6021-43.334553.1242
CIE-Lab90.2024-43.731586.9219

#bdf605 color RGB value is (189,246,5).

#bdf605 hex color red value is 189, green value is 246 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #bdf605 hue: 0.21 , saturation: 0.96 and the lightness value of bdf605 is 0.49.

The process color (four color CMYK) of #bdf605 color hex is 0.23, 0.00, 0.98, 0.04. Web safe color of #bdf605 is #ccff00. Color #bdf605 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110110 00000101
Octal 275 366 5
Decimal 189 246 5
Hex BD F6 5

RGB Percentages of Color #bdf605

%42.95
%55.91
%1.14

CMYK Percentages of Color #bdf605

%23
%0
%98
%4

Triadic Colors of #bdf605

#bdf605 #05bdf6 #f605bd

Analogous Colors of #bdf605

#bdf605 #44f605 #f6b705

Monochromatic Colors of #bdf605

#bdf605

Complementary Color

#bdf605 #3e05f6

#bdf605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf605 Color CSS Codes

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

#bdf605 Text Font Color

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

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


#bdf605 Background Color

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

This div background color is #bdf605


#bdf605 Border Color

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

This div border color is #bdf605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf605


Comments

No comments written yet.

Please login to write comment.