Color Hex Logo

#cb935e Color Hex

#CB935E
(203,147,94)
0 Favorites   0 Comments

Color spaces of #cb935e

RGB 20314794
HSL0.080.510.58
HSV29°54°80°
CMYK 0.000.280.54   0.20
XYZ37.082734.372115.2697
Yxy34.37210.42760.3963
Hunter Lab58.627710.304825.5972
CIE-Lab65.256915.109336.1890

#cb935e color RGB value is (203,147,94).

#cb935e hex color red value is 203, green value is 147 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cb935e hue: 0.08 , saturation: 0.51 and the lightness value of cb935e is 0.58.

The process color (four color CMYK) of #cb935e color hex is 0.00, 0.28, 0.54, 0.20. Web safe color of #cb935e is #cc9966. Color #cb935e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010011 01011110
Octal 313 223 136
Decimal 203 147 94
Hex CB 93 5E

RGB Percentages of Color #cb935e

%45.72
%33.11
%21.17

CMYK Percentages of Color #cb935e

%0
%28
%54
%20

Triadic Colors of #cb935e

#cb935e #5ecb93 #935ecb

Analogous Colors of #cb935e

#cb935e #cbca5e #cb5e5f

Monochromatic Colors of #cb935e

#cb935e

Complementary Color

#cb935e #5e96cb

#cb935e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb935e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb935e Color CSS Codes

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

#cb935e Text Font Color

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

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


#cb935e Background Color

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

This div background color is #cb935e


#cb935e Border Color

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

This div border color is #cb935e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb935e


Comments

No comments written yet.

Please login to write comment.