Color Hex Logo

#ce9065 Color Hex

#CE9065
(206,144,101)
0 Favorites   0 Comments

Color spaces of #ce9065

RGB 206144101
HSL0.070.520.60
HSV25°51°81°
CMYK 0.000.300.51   0.19
XYZ37.775834.007916.8851
Yxy34.00790.42600.3835
Hunter Lab58.316313.574223.6544
CIE-Lab64.968818.613032.1503

#ce9065 color RGB value is (206,144,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010000 01100101
Octal 316 220 145
Decimal 206 144 101
Hex CE 90 65

RGB Percentages of Color #ce9065

%45.68
%31.93
%22.39

CMYK Percentages of Color #ce9065

%0
%30
%51
%19

Triadic Colors of #ce9065

#ce9065 #65ce90 #9065ce

Analogous Colors of #ce9065

#ce9065 #cec565 #ce656f

Monochromatic Colors of #ce9065

#ce9065

Complementary Color

#ce9065 #65a3ce

#ce9065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9065 Color CSS Codes

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

#ce9065 Text Font Color

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

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


#ce9065 Background Color

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

This div background color is #ce9065


#ce9065 Border Color

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

This div border color is #ce9065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9065


Comments

No comments written yet.

Please login to write comment.