Color Hex Logo

#bd968e Color Hex

#BD968E
(189,150,142)
0 Favorites   0 Comments

Color spaces of #bd968e

RGB 189150142
HSL0.030.260.65
HSV10°25°74°
CMYK 0.000.210.25   0.26
XYZ36.775134.584530.3284
Yxy34.58450.36160.3401
Hunter Lab58.80868.707410.5893
CIE-Lab65.423913.37639.7710

#bd968e color RGB value is (189,150,142).

#bd968e hex color red value is 189, green value is 150 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bd968e hue: 0.03 , saturation: 0.26 and the lightness value of bd968e is 0.65.

The process color (four color CMYK) of #bd968e color hex is 0.00, 0.21, 0.25, 0.26. Web safe color of #bd968e is #cc9999. Color #bd968e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010110 10001110
Octal 275 226 216
Decimal 189 150 142
Hex BD 96 8E

RGB Percentages of Color #bd968e

%39.29
%31.19
%29.52

CMYK Percentages of Color #bd968e

%0
%21
%25
%26

Triadic Colors of #bd968e

#bd968e #8ebd96 #968ebd

Analogous Colors of #bd968e

#bd968e #bdae8e #bd8e9e

Monochromatic Colors of #bd968e

#bd968e

Complementary Color

#bd968e #8eb5bd

#bd968e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd968e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd968e Color CSS Codes

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

#bd968e Text Font Color

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

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


#bd968e Background Color

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

This div background color is #bd968e


#bd968e Border Color

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

This div border color is #bd968e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd968e


Comments

No comments written yet.

Please login to write comment.