Color Hex Logo

#bdf533 Color Hex

#BDF533
(189,245,51)
0 Favorites   0 Comments

Color spaces of #bdf533

RGB 18924551
HSL0.210.910.58
HSV77°79°96°
CMYK 0.230.000.79   0.04
XYZ54.236276.362615.0129
Yxy76.36260.37250.5244
Hunter Lab87.3857-42.138450.9839
CIE-Lab90.0274-42.296179.4826

#bdf533 color RGB value is (189,245,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 00110011
Octal 275 365 63
Decimal 189 245 51
Hex BD F5 33

RGB Percentages of Color #bdf533

%38.97
%50.52
%10.52

CMYK Percentages of Color #bdf533

%23
%0
%79
%4

Triadic Colors of #bdf533

#bdf533 #33bdf5 #f533bd

Analogous Colors of #bdf533

#bdf533 #5cf533 #f5cc33

Monochromatic Colors of #bdf533

#bdf533

Complementary Color

#bdf533 #6b33f5

#bdf533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf533 Color CSS Codes

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

#bdf533 Text Font Color

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

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


#bdf533 Background Color

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

This div background color is #bdf533


#bdf533 Border Color

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

This div border color is #bdf533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf533


Comments

No comments written yet.

Please login to write comment.