Color Hex Logo

#ce935a Color Hex

#CE935A
(206,147,90)
0 Favorites   0 Comments

Color spaces of #ce935a

RGB 20614790
HSL0.080.540.58
HSV29°56°81°
CMYK 0.000.290.56   0.19
XYZ37.732834.727414.3872
Yxy34.72740.43450.3999
Hunter Lab58.930011.166026.7759
CIE-Lab65.535916.029338.7117

#ce935a color RGB value is (206,147,90).

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

The process color (four color CMYK) of #ce935a color hex is 0.00, 0.29, 0.56, 0.19. Web safe color of #ce935a is #cc9966. Color #ce935a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010011 01011010
Octal 316 223 132
Decimal 206 147 90
Hex CE 93 5A

RGB Percentages of Color #ce935a

%46.50
%33.18
%20.32

CMYK Percentages of Color #ce935a

%0
%29
%56
%19

Triadic Colors of #ce935a

#ce935a #5ace93 #935ace

Analogous Colors of #ce935a

#ce935a #cecd5a #ce5a5b

Monochromatic Colors of #ce935a

#ce935a

Complementary Color

#ce935a #5a95ce

#ce935a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce935a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce935a Color CSS Codes

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

#ce935a Text Font Color

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

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


#ce935a Background Color

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

This div background color is #ce935a


#ce935a Border Color

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

This div border color is #ce935a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce935a


Comments

No comments written yet.

Please login to write comment.