Color Hex Logo

#bdce93 Color Hex

#BDCE93
(189,206,147)
0 Favorites   0 Comments

Color spaces of #bdce93

RGB 189206147
HSL0.210.380.69
HSV77°29°81°
CMYK 0.080.000.29   0.19
XYZ48.324057.068036.0720
Yxy57.06800.34160.4034
Hunter Lab75.5434-18.017024.5693
CIE-Lab80.2178-15.665927.5043

#bdce93 color RGB value is (189,206,147).

#bdce93 hex color red value is 189, green value is 206 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bdce93 hue: 0.21 , saturation: 0.38 and the lightness value of bdce93 is 0.69.

The process color (four color CMYK) of #bdce93 color hex is 0.08, 0.00, 0.29, 0.19. Web safe color of #bdce93 is #cccc99. Color #bdce93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 10010011
Octal 275 316 223
Decimal 189 206 147
Hex BD CE 93

RGB Percentages of Color #bdce93

%34.87
%38.01
%27.12

CMYK Percentages of Color #bdce93

%8
%0
%29
%19

Triadic Colors of #bdce93

#bdce93 #93bdce #ce93bd

Analogous Colors of #bdce93

#bdce93 #a0ce93 #cec293

Monochromatic Colors of #bdce93

#bdce93

Complementary Color

#bdce93 #a493ce

#bdce93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce93 Color CSS Codes

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

#bdce93 Text Font Color

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

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


#bdce93 Background Color

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

This div background color is #bdce93


#bdce93 Border Color

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

This div border color is #bdce93


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,206,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 #bdce93">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce93


Comments

No comments written yet.

Please login to write comment.