Color Hex Logo

#cea136 Color Hex

#CEA136
(206,161,54)
0 Favorites   0 Comments

Color spaces of #cea136

RGB 20616154
HSL0.120.610.51
HSV42°74°81°
CMYK 0.000.220.74   0.19
XYZ38.864338.87798.9458
Yxy38.87790.44830.4485
Hunter Lab62.35212.143435.1400
CIE-Lab68.66276.188659.0242

#cea136 color RGB value is (206,161,54).

#cea136 hex color red value is 206, green value is 161 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #cea136 hue: 0.12 , saturation: 0.61 and the lightness value of cea136 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 00110110
Octal 316 241 66
Decimal 206 161 54
Hex CE A1 36

RGB Percentages of Color #cea136

%48.93
%38.24
%12.83

CMYK Percentages of Color #cea136

%0
%22
%74
%19

Triadic Colors of #cea136

#cea136 #36cea1 #a136ce

Analogous Colors of #cea136

#cea136 #afce36 #ce5536

Monochromatic Colors of #cea136

#cea136

Complementary Color

#cea136 #3663ce

#cea136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea136 Color CSS Codes

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

#cea136 Text Font Color

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

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


#cea136 Background Color

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

This div background color is #cea136


#cea136 Border Color

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

This div border color is #cea136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea136


Comments

No comments written yet.

Please login to write comment.