Color Hex Logo

#cea300 Color Hex

#CEA300
(206,163,0)
1 Favorites   0 Comments

Color spaces of #cea300

RGB 2061630
HSL0.131.000.40
HSV47°100°81°
CMYK 0.000.211.00   0.19
XYZ38.550839.31625.5569
Yxy39.31620.46210.4713
Hunter Lab62.70260.015738.6374
CIE-Lab68.97973.821872.3309

#cea300 color RGB value is (206,163,0).

#cea300 hex color red value is 206, green value is 163 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cea300 hue: 0.13 , saturation: 1.00 and the lightness value of cea300 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100011 00000000
Octal 316 243 0
Decimal 206 163 0
Hex CE A3 0

RGB Percentages of Color #cea300

%55.83
%44.17
%0.00

CMYK Percentages of Color #cea300

%0
%21
%100
%19

Triadic Colors of #cea300

#cea300 #00cea3 #a300ce

Analogous Colors of #cea300

#cea300 #92ce00 #ce3c00

Monochromatic Colors of #cea300

#cea300

Complementary Color

#cea300 #002bce

#cea300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea300 Color CSS Codes

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

#cea300 Text Font Color

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

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


#cea300 Background Color

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

This div background color is #cea300


#cea300 Border Color

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

This div border color is #cea300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea300

#cea300 Color Palettes


Comments

No comments written yet.

Please login to write comment.