Color Hex Logo

#cea75e Color Hex

#CEA75E
(206,167,94)
0 Favorites   0 Comments

Color spaces of #cea75e

RGB 20616794
HSL0.110.530.59
HSV39°54°81°
CMYK 0.000.190.54   0.19
XYZ41.292741.567416.4366
Yxy41.56740.41590.4186
Hunter Lab64.47281.496030.0156
CIE-Lab70.57165.534542.7702

#cea75e color RGB value is (206,167,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100111 01011110
Octal 316 247 136
Decimal 206 167 94
Hex CE A7 5E

RGB Percentages of Color #cea75e

%44.11
%35.76
%20.13

CMYK Percentages of Color #cea75e

%0
%19
%54
%19

Triadic Colors of #cea75e

#cea75e #5ecea7 #a75ece

Analogous Colors of #cea75e

#cea75e #bdce5e #ce6f5e

Monochromatic Colors of #cea75e

#cea75e

Complementary Color

#cea75e #5e85ce

#cea75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea75e Color CSS Codes

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

#cea75e Text Font Color

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

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


#cea75e Background Color

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

This div background color is #cea75e


#cea75e Border Color

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

This div border color is #cea75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea75e


Comments

No comments written yet.

Please login to write comment.