Color Hex Logo

#cea83c Color Hex

#CEA83C
(206,168,60)
0 Favorites   0 Comments

Color spaces of #cea83c

RGB 20616860
HSL0.120.600.52
HSV44°71°81°
CMYK 0.000.180.71   0.19
XYZ40.271841.453310.1537
Yxy41.45330.43830.4512
Hunter Lab64.3842-1.022235.7187
CIE-Lab70.49232.729358.4294

#cea83c color RGB value is (206,168,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 00111100
Octal 316 250 74
Decimal 206 168 60
Hex CE A8 3C

RGB Percentages of Color #cea83c

%47.47
%38.71
%13.82

CMYK Percentages of Color #cea83c

%0
%18
%71
%19

Triadic Colors of #cea83c

#cea83c #3ccea8 #a83cce

Analogous Colors of #cea83c

#cea83c #abce3c #ce5f3c

Monochromatic Colors of #cea83c

#cea83c

Complementary Color

#cea83c #3c62ce

#cea83c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea83c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea83c Color CSS Codes

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

#cea83c Text Font Color

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

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


#cea83c Background Color

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

This div background color is #cea83c


#cea83c Border Color

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

This div border color is #cea83c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea83c


Comments

No comments written yet.

Please login to write comment.