Color Hex Logo

#cea83a Color Hex

#CEA83A
(206,168,58)
0 Favorites   0 Comments

Color spaces of #cea83a

RGB 20616858
HSL0.120.600.52
HSV45°72°81°
CMYK 0.000.180.72   0.19
XYZ40.220041.43269.8805
Yxy41.43260.43940.4527
Hunter Lab64.3682-1.109835.9567
CIE-Lab70.47792.630359.2255

#cea83a color RGB value is (206,168,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 00111010
Octal 316 250 72
Decimal 206 168 58
Hex CE A8 3A

RGB Percentages of Color #cea83a

%47.69
%38.89
%13.43

CMYK Percentages of Color #cea83a

%0
%18
%72
%19

Triadic Colors of #cea83a

#cea83a #3acea8 #a83ace

Analogous Colors of #cea83a

#cea83a #aace3a #ce5e3a

Monochromatic Colors of #cea83a

#cea83a

Complementary Color

#cea83a #3a60ce

#cea83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea83a Color CSS Codes

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

#cea83a Text Font Color

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

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


#cea83a Background Color

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

This div background color is #cea83a


#cea83a Border Color

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

This div border color is #cea83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea83a


Comments

No comments written yet.

Please login to write comment.