Color Hex Logo

#bdd138 Color Hex

#BDD138
(189,209,56)
0 Favorites   0 Comments

Color spaces of #bdd138

RGB 18920956
HSL0.190.620.52
HSV68°73°82°
CMYK 0.100.000.73   0.18
XYZ44.500556.705312.3412
Yxy56.70530.39190.4994
Hunter Lab75.3029-26.295042.9952
CIE-Lab80.0136-25.600968.7509

#bdd138 color RGB value is (189,209,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 00111000
Octal 275 321 70
Decimal 189 209 56
Hex BD D1 38

RGB Percentages of Color #bdd138

%41.63
%46.04
%12.33

CMYK Percentages of Color #bdd138

%10
%0
%73
%18

Triadic Colors of #bdd138

#bdd138 #38bdd1 #d138bd

Analogous Colors of #bdd138

#bdd138 #71d138 #d19938

Monochromatic Colors of #bdd138

#bdd138

Complementary Color

#bdd138 #4c38d1

#bdd138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd138 Color CSS Codes

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

#bdd138 Text Font Color

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

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


#bdd138 Background Color

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

This div background color is #bdd138


#bdd138 Border Color

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

This div border color is #bdd138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd138


Comments

No comments written yet.

Please login to write comment.