Color Hex Logo

#cea73f Color Hex

#CEA73F
(206,167,63)
0 Favorites   0 Comments

Color spaces of #cea73f

RGB 20616763
HSL0.120.590.53
HSV44°69°81°
CMYK 0.000.190.69   0.19
XYZ40.169541.118110.5221
Yxy41.11810.43750.4479
Hunter Lab64.1234-0.396335.1574
CIE-Lab70.25863.418756.9425

#cea73f color RGB value is (206,167,63).

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

The process color (four color CMYK) of #cea73f color hex is 0.00, 0.19, 0.69, 0.19. Web safe color of #cea73f is #cc9933. Color #cea73f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100111 00111111
Octal 316 247 77
Decimal 206 167 63
Hex CE A7 3F

RGB Percentages of Color #cea73f

%47.25
%38.30
%14.45

CMYK Percentages of Color #cea73f

%0
%19
%69
%19

Triadic Colors of #cea73f

#cea73f #3fcea7 #a73fce

Analogous Colors of #cea73f

#cea73f #aece3f #ce5f3f

Monochromatic Colors of #cea73f

#cea73f

Complementary Color

#cea73f #3f66ce

#cea73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea73f Color CSS Codes

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

#cea73f Text Font Color

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

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


#cea73f Background Color

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

This div background color is #cea73f


#cea73f Border Color

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

This div border color is #cea73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea73f


Comments

No comments written yet.

Please login to write comment.