Color Hex Logo

#bdce8f Color Hex

#BDCE8F
(189,206,143)
0 Favorites   0 Comments

Color spaces of #bdce8f

RGB 189206143
HSL0.210.390.68
HSV76°31°81°
CMYK 0.080.000.31   0.19
XYZ48.015556.944634.4473
Yxy56.94460.34440.4085
Hunter Lab75.4616-18.480125.7580
CIE-Lab80.1484-16.217829.4943

#bdce8f color RGB value is (189,206,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 10001111
Octal 275 316 217
Decimal 189 206 143
Hex BD CE 8F

RGB Percentages of Color #bdce8f

%35.13
%38.29
%26.58

CMYK Percentages of Color #bdce8f

%8
%0
%31
%19

Triadic Colors of #bdce8f

#bdce8f #8fbdce #ce8fbd

Analogous Colors of #bdce8f

#bdce8f #9ece8f #cec08f

Monochromatic Colors of #bdce8f

#bdce8f

Complementary Color

#bdce8f #a08fce

#bdce8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce8f Color CSS Codes

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

#bdce8f Text Font Color

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

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


#bdce8f Background Color

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

This div background color is #bdce8f


#bdce8f Border Color

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

This div border color is #bdce8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce8f


Comments

No comments written yet.

Please login to write comment.