Color Hex Logo

#ce944e Color Hex

#CE944E
(206,148,78)
0 Favorites   0 Comments

Color spaces of #ce944e

RGB 20614878
HSL0.090.570.56
HSV33°62°81°
CMYK 0.000.280.62   0.19
XYZ37.418634.851711.9626
Yxy34.85170.44420.4138
Hunter Lab59.03539.827529.3105
CIE-Lab65.633014.587644.9570

#ce944e color RGB value is (206,148,78).

#ce944e hex color red value is 206, green value is 148 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ce944e hue: 0.09 , saturation: 0.57 and the lightness value of ce944e is 0.56.

The process color (four color CMYK) of #ce944e color hex is 0.00, 0.28, 0.62, 0.19. Web safe color of #ce944e is #cc9966. Color #ce944e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010100 01001110
Octal 316 224 116
Decimal 206 148 78
Hex CE 94 4E

RGB Percentages of Color #ce944e

%47.69
%34.26
%18.06

CMYK Percentages of Color #ce944e

%0
%28
%62
%19

Triadic Colors of #ce944e

#ce944e #4ece94 #944ece

Analogous Colors of #ce944e

#ce944e #c8ce4e #ce544e

Monochromatic Colors of #ce944e

#ce944e

Complementary Color

#ce944e #4e88ce

#ce944e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce944e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce944e Color CSS Codes

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

#ce944e Text Font Color

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

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


#ce944e Background Color

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

This div background color is #ce944e


#ce944e Border Color

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

This div border color is #ce944e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce944e


Comments

No comments written yet.

Please login to write comment.