Color Hex Logo

#cea65f Color Hex

#CEA65F
(206,166,95)
0 Favorites   0 Comments

Color spaces of #cea65f

RGB 20616695
HSL0.110.530.59
HSV38°54°81°
CMYK 0.000.190.54   0.19
XYZ41.155441.220516.6137
Yxy41.22050.41580.4164
Hunter Lab64.20322.066129.5999
CIE-Lab70.33016.155241.9727

#cea65f color RGB value is (206,166,95).

#cea65f hex color red value is 206, green value is 166 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cea65f hue: 0.11 , saturation: 0.53 and the lightness value of cea65f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 01011111
Octal 316 246 137
Decimal 206 166 95
Hex CE A6 5F

RGB Percentages of Color #cea65f

%44.11
%35.55
%20.34

CMYK Percentages of Color #cea65f

%0
%19
%54
%19

Triadic Colors of #cea65f

#cea65f #5fcea6 #a65fce

Analogous Colors of #cea65f

#cea65f #bfce5f #ce6f5f

Monochromatic Colors of #cea65f

#cea65f

Complementary Color

#cea65f #5f87ce

#cea65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea65f Color CSS Codes

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

#cea65f Text Font Color

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

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


#cea65f Background Color

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

This div background color is #cea65f


#cea65f Border Color

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

This div border color is #cea65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea65f


Comments

No comments written yet.

Please login to write comment.