Color Hex Logo

#bdd093 Color Hex

#BDD093
(189,208,147)
0 Favorites   0 Comments

Color spaces of #bdd093

RGB 189208147
HSL0.220.390.70
HSV79°29°82°
CMYK 0.090.000.29   0.18
XYZ48.808658.037236.2336
Yxy58.03720.34110.4056
Hunter Lab76.1822-18.956925.1281
CIE-Lab80.7595-16.671128.2318

#bdd093 color RGB value is (189,208,147).

#bdd093 hex color red value is 189, green value is 208 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bdd093 hue: 0.22 , saturation: 0.39 and the lightness value of bdd093 is 0.70.

The process color (four color CMYK) of #bdd093 color hex is 0.09, 0.00, 0.29, 0.18. Web safe color of #bdd093 is #cccc99. Color #bdd093 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 10010011
Octal 275 320 223
Decimal 189 208 147
Hex BD D0 93

RGB Percentages of Color #bdd093

%34.74
%38.24
%27.02

CMYK Percentages of Color #bdd093

%9
%0
%29
%18

Triadic Colors of #bdd093

#bdd093 #93bdd0 #d093bd

Analogous Colors of #bdd093

#bdd093 #9fd093 #d0c593

Monochromatic Colors of #bdd093

#bdd093

Complementary Color

#bdd093 #a693d0

#bdd093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd093 Color CSS Codes

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

#bdd093 Text Font Color

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

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


#bdd093 Background Color

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

This div background color is #bdd093


#bdd093 Border Color

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

This div border color is #bdd093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd093


Comments

No comments written yet.

Please login to write comment.