Color Hex Logo

#cea612 Color Hex

#CEA612
(206,166,18)
0 Favorites   0 Comments

Color spaces of #cea612

RGB 20616618
HSL0.130.840.44
HSV47°91°81°
CMYK 0.000.190.91   0.19
XYZ39.199040.43796.3116
Yxy40.43790.45610.4705
Hunter Lab63.5908-1.251938.6288
CIE-Lab69.78032.433870.4943

#cea612 color RGB value is (206,166,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 00010010
Octal 316 246 22
Decimal 206 166 18
Hex CE A6 12

RGB Percentages of Color #cea612

%52.82
%42.56
%4.62

CMYK Percentages of Color #cea612

%0
%19
%91
%19

Triadic Colors of #cea612

#cea612 #12cea6 #a612ce

Analogous Colors of #cea612

#cea612 #98ce12 #ce4812

Monochromatic Colors of #cea612

#cea612

Complementary Color

#cea612 #123ace

#cea612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea612 Color CSS Codes

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

#cea612 Text Font Color

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

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


#cea612 Background Color

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

This div background color is #cea612


#cea612 Border Color

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

This div border color is #cea612


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,166,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 #cea612">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea612


Comments

No comments written yet.

Please login to write comment.