Color Hex Logo

#cb969e Color Hex

#CB969E
(203,150,158)
0 Favorites   0 Comments

Color spaces of #cb969e

RGB 203150158
HSL0.970.340.69
HSV351°26°80°
CMYK 0.000.260.22   0.20
XYZ41.706536.977837.2870
Yxy36.97780.35960.3189
Hunter Lab60.809416.00906.2112
CIE-Lab67.260421.06793.6272

#cb969e color RGB value is (203,150,158).

#cb969e hex color red value is 203, green value is 150 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cb969e hue: 0.97 , saturation: 0.34 and the lightness value of cb969e is 0.69.

The process color (four color CMYK) of #cb969e color hex is 0.00, 0.26, 0.22, 0.20. Web safe color of #cb969e is #cc9999. Color #cb969e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 10011110
Octal 313 226 236
Decimal 203 150 158
Hex CB 96 9E

RGB Percentages of Color #cb969e

%39.73
%29.35
%30.92

CMYK Percentages of Color #cb969e

%0
%26
%22
%20

Triadic Colors of #cb969e

#cb969e #9ecb96 #969ecb

Analogous Colors of #cb969e

#cb969e #cba996 #cb96b9

Monochromatic Colors of #cb969e

#cb969e

Complementary Color

#cb969e #96cbc3

#cb969e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb969e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb969e Color CSS Codes

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

#cb969e Text Font Color

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

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


#cb969e Background Color

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

This div background color is #cb969e


#cb969e Border Color

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

This div border color is #cb969e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb969e


Comments

No comments written yet.

Please login to write comment.