Color Hex Logo

#ce786a Color Hex

#CE786A
(206,120,106)
0 Favorites   0 Comments

Color spaces of #ce786a

RGB 206120106
HSL0.020.510.61
HSV49°81°
CMYK 0.000.420.49   0.19
XYZ34.771627.595417.1294
Yxy27.59540.43740.3471
Hunter Lab52.531326.223117.4387
CIE-Lab59.521432.077622.2425

#ce786a color RGB value is (206,120,106).

#ce786a hex color red value is 206, green value is 120 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ce786a hue: 0.02 , saturation: 0.51 and the lightness value of ce786a is 0.61.

The process color (four color CMYK) of #ce786a color hex is 0.00, 0.42, 0.49, 0.19. Web safe color of #ce786a is #cc6666. Color #ce786a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111000 01101010
Octal 316 170 152
Decimal 206 120 106
Hex CE 78 6A

RGB Percentages of Color #ce786a

%47.69
%27.78
%24.54

CMYK Percentages of Color #ce786a

%0
%42
%49
%19

Triadic Colors of #ce786a

#ce786a #6ace78 #786ace

Analogous Colors of #ce786a

#ce786a #ceaa6a #ce6a8e

Monochromatic Colors of #ce786a

#ce786a

Complementary Color

#ce786a #6ac0ce

#ce786a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce786a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce786a Color CSS Codes

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

#ce786a Text Font Color

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

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


#ce786a Background Color

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

This div background color is #ce786a


#ce786a Border Color

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

This div border color is #ce786a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce786a


Comments

No comments written yet.

Please login to write comment.