Color Hex Logo

#bdd195 Color Hex

#BDD195
(189,209,149)
0 Favorites   0 Comments

Color spaces of #bdd195

RGB 189209149
HSL0.220.390.70
HSV80°29°82°
CMYK 0.100.000.29   0.18
XYZ49.211558.589737.1490
Yxy58.58970.33950.4042
Hunter Lab76.5439-19.190924.8056
CIE-Lab81.0655-16.891627.6021

#bdd195 color RGB value is (189,209,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 10010101
Octal 275 321 225
Decimal 189 209 149
Hex BD D1 95

RGB Percentages of Color #bdd195

%34.55
%38.21
%27.24

CMYK Percentages of Color #bdd195

%10
%0
%29
%18

Triadic Colors of #bdd195

#bdd195 #95bdd1 #d195bd

Analogous Colors of #bdd195

#bdd195 #9fd195 #d1c795

Monochromatic Colors of #bdd195

#bdd195

Complementary Color

#bdd195 #a995d1

#bdd195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd195 Color CSS Codes

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

#bdd195 Text Font Color

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

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


#bdd195 Background Color

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

This div background color is #bdd195


#bdd195 Border Color

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

This div border color is #bdd195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd195


Comments

No comments written yet.

Please login to write comment.