Color Hex Logo

#bdd135 Color Hex

#BDD135
(189,209,53)
0 Favorites   0 Comments

Color spaces of #bdd135

RGB 18920953
HSL0.190.630.51
HSV68°75°82°
CMYK 0.100.000.75   0.18
XYZ44.429356.676811.9662
Yxy56.67680.39290.5012
Hunter Lab75.2840-26.404243.2748
CIE-Lab79.9975-25.738769.7136

#bdd135 color RGB value is (189,209,53).

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

The process color (four color CMYK) of #bdd135 color hex is 0.10, 0.00, 0.75, 0.18. Web safe color of #bdd135 is #cccc33. Color #bdd135 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 00110101
Octal 275 321 65
Decimal 189 209 53
Hex BD D1 35

RGB Percentages of Color #bdd135

%41.91
%46.34
%11.75

CMYK Percentages of Color #bdd135

%10
%0
%75
%18

Triadic Colors of #bdd135

#bdd135 #35bdd1 #d135bd

Analogous Colors of #bdd135

#bdd135 #6fd135 #d19735

Monochromatic Colors of #bdd135

#bdd135

Complementary Color

#bdd135 #4935d1

#bdd135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd135 Color CSS Codes

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

#bdd135 Text Font Color

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

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


#bdd135 Background Color

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

This div background color is #bdd135


#bdd135 Border Color

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

This div border color is #bdd135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd135


Comments

No comments written yet.

Please login to write comment.