Color Hex Logo

#cea007 Color Hex

#CEA007
(206,160,7)
0 Favorites   0 Comments

Color spaces of #cea007

RGB 2061607
HSL0.130.930.42
HSV46°97°81°
CMYK 0.000.220.97   0.19
XYZ38.062838.27885.5834
Yxy38.27880.46460.4672
Hunter Lab61.86991.542337.9583
CIE-Lab68.22565.503970.9130

#cea007 color RGB value is (206,160,7).

#cea007 hex color red value is 206, green value is 160 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #cea007 hue: 0.13 , saturation: 0.93 and the lightness value of cea007 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100000 00000111
Octal 316 240 7
Decimal 206 160 7
Hex CE A0 7

RGB Percentages of Color #cea007

%55.23
%42.90
%1.88

CMYK Percentages of Color #cea007

%0
%22
%97
%19

Triadic Colors of #cea007

#cea007 #07cea0 #a007ce

Analogous Colors of #cea007

#cea007 #99ce07 #ce3d07

Monochromatic Colors of #cea007

#cea007

Complementary Color

#cea007 #0735ce

#cea007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea007 Color CSS Codes

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

#cea007 Text Font Color

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

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


#cea007 Background Color

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

This div background color is #cea007


#cea007 Border Color

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

This div border color is #cea007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea007


Comments

No comments written yet.

Please login to write comment.