Color Hex Logo

#bdd535 Color Hex

#BDD535
(189,213,53)
0 Favorites   0 Comments

Color spaces of #bdd535

RGB 18921353
HSL0.190.660.52
HSV69°75°84°
CMYK 0.110.000.75   0.16
XYZ45.423158.664412.2975
Yxy58.66440.39030.5041
Hunter Lab76.5927-28.178244.0955
CIE-Lab81.1068-27.648370.7502

#bdd535 color RGB value is (189,213,53).

#bdd535 hex color red value is 189, green value is 213 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #bdd535 hue: 0.19 , saturation: 0.66 and the lightness value of bdd535 is 0.52.

The process color (four color CMYK) of #bdd535 color hex is 0.11, 0.00, 0.75, 0.16. Web safe color of #bdd535 is #cccc33. Color #bdd535 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 00110101
Octal 275 325 65
Decimal 189 213 53
Hex BD D5 35

RGB Percentages of Color #bdd535

%41.54
%46.81
%11.65

CMYK Percentages of Color #bdd535

%11
%0
%75
%16

Triadic Colors of #bdd535

#bdd535 #35bdd5 #d535bd

Analogous Colors of #bdd535

#bdd535 #6dd535 #d59d35

Monochromatic Colors of #bdd535

#bdd535

Complementary Color

#bdd535 #4d35d5

#bdd535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd535 Color CSS Codes

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

#bdd535 Text Font Color

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

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


#bdd535 Background Color

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

This div background color is #bdd535


#bdd535 Border Color

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

This div border color is #bdd535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd535


Comments

No comments written yet.

Please login to write comment.