Color Hex Logo

#bdf629 Color Hex

#BDF629
(189,246,41)
0 Favorites   0 Comments

Color spaces of #bdf629

RGB 18924641
HSL0.210.920.56
HSV77°83°96°
CMYK 0.230.000.83   0.04
XYZ54.342376.890414.0750
Yxy76.89040.37400.5292
Hunter Lab87.6872-42.830951.8642
CIE-Lab90.2711-43.076382.1009

#bdf629 color RGB value is (189,246,41).

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

The process color (four color CMYK) of #bdf629 color hex is 0.23, 0.00, 0.83, 0.04. Web safe color of #bdf629 is #ccff33. Color #bdf629 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110110 00101001
Octal 275 366 51
Decimal 189 246 41
Hex BD F6 29

RGB Percentages of Color #bdf629

%39.71
%51.68
%8.61

CMYK Percentages of Color #bdf629

%23
%0
%83
%4

Triadic Colors of #bdf629

#bdf629 #29bdf6 #f629bd

Analogous Colors of #bdf629

#bdf629 #57f629 #f6c929

Monochromatic Colors of #bdf629

#bdf629

Complementary Color

#bdf629 #6229f6

#bdf629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf629 Color CSS Codes

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

#bdf629 Text Font Color

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

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


#bdf629 Background Color

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

This div background color is #bdf629


#bdf629 Border Color

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

This div border color is #bdf629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf629


Comments

No comments written yet.

Please login to write comment.