Color Hex Logo

#ce9a65 Color Hex

#CE9A65
(206,154,101)
0 Favorites   0 Comments

Color spaces of #ce9a65

RGB 206154101
HSL0.080.520.60
HSV30°51°81°
CMYK 0.000.250.51   0.19
XYZ39.358237.172617.4125
Yxy37.17260.41900.3957
Hunter Lab60.96938.532725.7456
CIE-Lab67.406313.169635.2455

#ce9a65 color RGB value is (206,154,101).

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

The process color (four color CMYK) of #ce9a65 color hex is 0.00, 0.25, 0.51, 0.19. Web safe color of #ce9a65 is #cc9966. Color #ce9a65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011010 01100101
Octal 316 232 145
Decimal 206 154 101
Hex CE 9A 65

RGB Percentages of Color #ce9a65

%44.69
%33.41
%21.91

CMYK Percentages of Color #ce9a65

%0
%25
%51
%19

Triadic Colors of #ce9a65

#ce9a65 #65ce9a #9a65ce

Analogous Colors of #ce9a65

#ce9a65 #cece65 #ce6665

Monochromatic Colors of #ce9a65

#ce9a65

Complementary Color

#ce9a65 #6599ce

#ce9a65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9a65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9a65 Color CSS Codes

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

#ce9a65 Text Font Color

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

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


#ce9a65 Background Color

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

This div background color is #ce9a65


#ce9a65 Border Color

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

This div border color is #ce9a65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9a65


Comments

No comments written yet.

Please login to write comment.