Color Hex Logo

#cb9684 Color Hex

#CB9684
(203,150,132)
0 Favorites   0 Comments

Color spaces of #cb9684

RGB 203150132
HSL0.040.410.66
HSV15°35°80°
CMYK 0.000.260.35   0.20
XYZ39.699836.175126.7199
Yxy36.17510.38700.3526
Hunter Lab60.145712.565715.7623
CIE-Lab66.653517.489617.2914

#cb9684 color RGB value is (203,150,132).

#cb9684 hex color red value is 203, green value is 150 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #cb9684 hue: 0.04 , saturation: 0.41 and the lightness value of cb9684 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 10000100
Octal 313 226 204
Decimal 203 150 132
Hex CB 96 84

RGB Percentages of Color #cb9684

%41.86
%30.93
%27.22

CMYK Percentages of Color #cb9684

%0
%26
%35
%20

Triadic Colors of #cb9684

#cb9684 #84cb96 #9684cb

Analogous Colors of #cb9684

#cb9684 #cbba84 #cb8496

Monochromatic Colors of #cb9684

#cb9684

Complementary Color

#cb9684 #84b9cb

#cb9684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9684 Color CSS Codes

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

#cb9684 Text Font Color

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

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


#cb9684 Background Color

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

This div background color is #cb9684


#cb9684 Border Color

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

This div border color is #cb9684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9684


Comments

No comments written yet.

Please login to write comment.