Color Hex Logo

#bdf534 Color Hex

#BDF534
(189,245,52)
0 Favorites   0 Comments

Color spaces of #bdf534

RGB 18924552
HSL0.220.910.58
HSV77°79°96°
CMYK 0.230.000.79   0.04
XYZ54.258576.371615.1303
Yxy76.37160.37220.5240
Hunter Lab87.3908-42.108450.9085
CIE-Lab90.0316-42.257279.2212

#bdf534 color RGB value is (189,245,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 00110100
Octal 275 365 64
Decimal 189 245 52
Hex BD F5 34

RGB Percentages of Color #bdf534

%38.89
%50.41
%10.70

CMYK Percentages of Color #bdf534

%23
%0
%79
%4

Triadic Colors of #bdf534

#bdf534 #34bdf5 #f534bd

Analogous Colors of #bdf534

#bdf534 #5df534 #f5cd34

Monochromatic Colors of #bdf534

#bdf534

Complementary Color

#bdf534 #6c34f5

#bdf534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf534 Color CSS Codes

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

#bdf534 Text Font Color

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

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


#bdf534 Background Color

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

This div background color is #bdf534


#bdf534 Border Color

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

This div border color is #bdf534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf534


Comments

No comments written yet.

Please login to write comment.