Color Hex Logo

#cea112 Color Hex

#CEA112
(206,161,18)
0 Favorites   0 Comments

Color spaces of #cea112

RGB 20616118
HSL0.130.840.44
HSV46°91°81°
CMYK 0.000.220.91   0.19
XYZ38.307638.65526.0144
Yxy38.65520.46170.4659
Hunter Lab62.17331.178137.7858
CIE-Lab68.50085.106269.5227

#cea112 color RGB value is (206,161,18).

#cea112 hex color red value is 206, green value is 161 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #cea112 hue: 0.13 , saturation: 0.84 and the lightness value of cea112 is 0.44.

The process color (four color CMYK) of #cea112 color hex is 0.00, 0.22, 0.91, 0.19. Web safe color of #cea112 is #cc9900. Color #cea112 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 00010010
Octal 316 241 22
Decimal 206 161 18
Hex CE A1 12

RGB Percentages of Color #cea112

%53.51
%41.82
%4.68

CMYK Percentages of Color #cea112

%0
%22
%91
%19

Triadic Colors of #cea112

#cea112 #12cea1 #a112ce

Analogous Colors of #cea112

#cea112 #9dce12 #ce4312

Monochromatic Colors of #cea112

#cea112

Complementary Color

#cea112 #123fce

#cea112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea112 Color CSS Codes

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

#cea112 Text Font Color

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

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


#cea112 Background Color

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

This div background color is #cea112


#cea112 Border Color

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

This div border color is #cea112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea112


Comments

No comments written yet.

Please login to write comment.