color codes Logo

#ce6f5a color codes

#CE6F5A
(206,111,90)
0 Favorites   0 Comments

Color spaces of #ce6f5a

RGB 20611190
HSL0.030.540.58
HSV11°56°81°
CMYK 0.000.460.56   0.19
XYZ32.983525.228912.8041
Yxy25.22890.46440.3553
Hunter Lab50.228429.316020.0458
CIE-Lab57.297835.424428.3905

#ce6f5a color RGB value is (206,111,90).

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

The process color (four color CMYK) of #ce6f5a color code is 0.00, 0.46, 0.56, 0.19. Web safe color of #ce6f5a is #cc6666. Color #ce6f5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101111 01011010
Octal 316 157 132
Decimal 206 111 90
Hex CE 6F 5A

RGB Percentages of Color #ce6f5a

%50.61
%27.27
%22.11

CMYK Percentages of Color #ce6f5a

%0
%46
%56
%19

Triadic Colors of #ce6f5a

#ce6f5a #5ace6f #6f5ace

Analogous Colors of #ce6f5a

#ce6f5a #cea95a #ce5a7f

Monochromatic Colors of #ce6f5a

#ce6f5a

Complementary Color

#ce6f5a #5ab9ce

#ce6f5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6f5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6f5a Color CSS Codes

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

#ce6f5a Text Font Color

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

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


#ce6f5a Background Color

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

This div background color is #ce6f5a


#ce6f5a Border Color

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

This div border color is #ce6f5a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,111,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 #ce6f5a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6f5a


Comments

No comments written yet.

Please login to write comment.