Color Hex Logo

#bdd23e Color Hex

#BDD23E
(189,210,62)
0 Favorites   0 Comments

Color spaces of #bdd23e

RGB 18921062
HSL0.190.620.53
HSV69°70°82°
CMYK 0.100.000.70   0.18
XYZ44.902457.259813.2431
Yxy57.25980.38910.4962
Hunter Lab75.6702-26.501742.5928
CIE-Lab80.3255-25.780266.9862

#bdd23e color RGB value is (189,210,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 00111110
Octal 275 322 76
Decimal 189 210 62
Hex BD D2 3E

RGB Percentages of Color #bdd23e

%41.00
%45.55
%13.45

CMYK Percentages of Color #bdd23e

%10
%0
%70
%18

Triadic Colors of #bdd23e

#bdd23e #3ebdd2 #d23ebd

Analogous Colors of #bdd23e

#bdd23e #73d23e #d29d3e

Monochromatic Colors of #bdd23e

#bdd23e

Complementary Color

#bdd23e #533ed2

#bdd23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd23e Color CSS Codes

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

#bdd23e Text Font Color

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

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


#bdd23e Background Color

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

This div background color is #bdd23e


#bdd23e Border Color

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

This div border color is #bdd23e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd23e


Comments

No comments written yet.

Please login to write comment.