Color Hex Logo

#ce693b Color Hex

#CE693B
(206,105,59)
0 Favorites   0 Comments

Color spaces of #ce693b

RGB 20610559
HSL0.050.600.52
HSV19°71°81°
CMYK 0.000.490.71   0.19
XYZ31.294623.54077.0321
Yxy23.54070.50580.3805
Hunter Lab48.518830.224725.3699
CIE-Lab55.625036.532343.2487

#ce693b color RGB value is (206,105,59).

#ce693b hex color red value is 206, green value is 105 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ce693b hue: 0.05 , saturation: 0.60 and the lightness value of ce693b is 0.52.

The process color (four color CMYK) of #ce693b color hex is 0.00, 0.49, 0.71, 0.19. Web safe color of #ce693b is #cc6633. Color #ce693b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101001 00111011
Octal 316 151 73
Decimal 206 105 59
Hex CE 69 3B

RGB Percentages of Color #ce693b

%55.68
%28.38
%15.95

CMYK Percentages of Color #ce693b

%0
%49
%71
%19

Triadic Colors of #ce693b

#ce693b #3bce69 #693bce

Analogous Colors of #ce693b

#ce693b #ceb33b #ce3b56

Monochromatic Colors of #ce693b

#ce693b

Complementary Color

#ce693b #3ba0ce

#ce693b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce693b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce693b Color CSS Codes

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

#ce693b Text Font Color

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

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


#ce693b Background Color

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

This div background color is #ce693b


#ce693b Border Color

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

This div border color is #ce693b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce693b


Comments

No comments written yet.

Please login to write comment.