Color Hex Logo

#bdd091 Color Hex

#BDD091
(189,208,145)
0 Favorites   0 Comments

Color spaces of #bdd091

RGB 189208145
HSL0.220.400.69
HSV78°30°82°
CMYK 0.090.000.30   0.18
XYZ48.653057.974935.4141
Yxy57.97490.34250.4082
Hunter Lab76.1413-19.188625.7225
CIE-Lab80.7248-16.947729.2249

#bdd091 color RGB value is (189,208,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 10010001
Octal 275 320 221
Decimal 189 208 145
Hex BD D0 91

RGB Percentages of Color #bdd091

%34.87
%38.38
%26.75

CMYK Percentages of Color #bdd091

%9
%0
%30
%18

Triadic Colors of #bdd091

#bdd091 #91bdd0 #d091bd

Analogous Colors of #bdd091

#bdd091 #9ed091 #d0c491

Monochromatic Colors of #bdd091

#bdd091

Complementary Color

#bdd091 #a491d0

#bdd091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd091 Color CSS Codes

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

#bdd091 Text Font Color

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

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


#bdd091 Background Color

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

This div background color is #bdd091


#bdd091 Border Color

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

This div border color is #bdd091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd091


Comments

No comments written yet.

Please login to write comment.