Color Hex Logo

#ce9378 Color Hex

#CE9378
(206,147,120)
0 Favorites   0 Comments

Color spaces of #ce9378

RGB 206147120
HSL0.050.470.64
HSV19°42°81°
CMYK 0.000.290.42   0.19
XYZ39.277535.345322.5215
Yxy35.34530.40430.3638
Hunter Lab59.451913.887019.1562
CIE-Lab66.016618.904823.1286

#ce9378 color RGB value is (206,147,120).

#ce9378 hex color red value is 206, green value is 147 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ce9378 hue: 0.05 , saturation: 0.47 and the lightness value of ce9378 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010011 01111000
Octal 316 223 170
Decimal 206 147 120
Hex CE 93 78

RGB Percentages of Color #ce9378

%43.55
%31.08
%25.37

CMYK Percentages of Color #ce9378

%0
%29
%42
%19

Triadic Colors of #ce9378

#ce9378 #78ce93 #9378ce

Analogous Colors of #ce9378

#ce9378 #cebe78 #ce7888

Monochromatic Colors of #ce9378

#ce9378

Complementary Color

#ce9378 #78b3ce

#ce9378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9378 Color CSS Codes

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

#ce9378 Text Font Color

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

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


#ce9378 Background Color

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

This div background color is #ce9378


#ce9378 Border Color

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

This div border color is #ce9378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9378


Comments

No comments written yet.

Please login to write comment.