Color Hex Logo

#bdd099 Color Hex

#BDD099
(189,208,153)
0 Favorites   0 Comments

Color spaces of #bdd099

RGB 189208153
HSL0.220.370.71
HSV81°26°82°
CMYK 0.090.000.26   0.18
XYZ49.291958.230538.7786
Yxy58.23050.33690.3980
Hunter Lab76.3089-18.238123.2863
CIE-Lab80.8668-15.816325.2450

#bdd099 color RGB value is (189,208,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 10011001
Octal 275 320 231
Decimal 189 208 153
Hex BD D0 99

RGB Percentages of Color #bdd099

%34.36
%37.82
%27.82

CMYK Percentages of Color #bdd099

%9
%0
%26
%18

Triadic Colors of #bdd099

#bdd099 #99bdd0 #d099bd

Analogous Colors of #bdd099

#bdd099 #a2d099 #d0c899

Monochromatic Colors of #bdd099

#bdd099

Complementary Color

#bdd099 #ac99d0

#bdd099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd099 Color CSS Codes

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

#bdd099 Text Font Color

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

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


#bdd099 Background Color

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

This div background color is #bdd099


#bdd099 Border Color

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

This div border color is #bdd099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd099


Comments

No comments written yet.

Please login to write comment.