Color Hex Logo

#bdf834 Color Hex

#BDF834
(189,248,52)
0 Favorites   0 Comments

Color spaces of #bdf834

RGB 18924852
HSL0.220.930.59
HSV78°79°97°
CMYK 0.240.000.79   0.03
XYZ55.173578.201615.4353
Yxy78.20160.37080.5255
Hunter Lab88.4317-43.387351.5534
CIE-Lab90.8718-43.560379.9784

#bdf834 color RGB value is (189,248,52).

#bdf834 hex color red value is 189, green value is 248 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bdf834 hue: 0.22 , saturation: 0.93 and the lightness value of bdf834 is 0.59.

The process color (four color CMYK) of #bdf834 color hex is 0.24, 0.00, 0.79, 0.03. Web safe color of #bdf834 is #ccff33. Color #bdf834 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111000 00110100
Octal 275 370 64
Decimal 189 248 52
Hex BD F8 34

RGB Percentages of Color #bdf834

%38.65
%50.72
%10.63

CMYK Percentages of Color #bdf834

%24
%0
%79
%3

Triadic Colors of #bdf834

#bdf834 #34bdf8 #f834bd

Analogous Colors of #bdf834

#bdf834 #5bf834 #f8d134

Monochromatic Colors of #bdf834

#bdf834

Complementary Color

#bdf834 #6f34f8

#bdf834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf834 Color CSS Codes

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

#bdf834 Text Font Color

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

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


#bdf834 Background Color

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

This div background color is #bdf834


#bdf834 Border Color

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

This div border color is #bdf834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf834


Comments

No comments written yet.

Please login to write comment.