Color Hex Logo

#ceae09 Color Hex

#CEAE09
(206,174,9)
0 Favorites   0 Comments

Color spaces of #ceae09

RGB 2061749
HSL0.140.920.42
HSV50°96°81°
CMYK 0.000.160.96   0.19
XYZ40.639043.41366.4962
Yxy43.41360.44880.4794
Hunter Lab65.8890-5.210640.2767
CIE-Lab71.8348-1.919173.2892

#ceae09 color RGB value is (206,174,9).

#ceae09 hex color red value is 206, green value is 174 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #ceae09 hue: 0.14 , saturation: 0.92 and the lightness value of ceae09 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 00001001
Octal 316 256 11
Decimal 206 174 9
Hex CE AE 9

RGB Percentages of Color #ceae09

%52.96
%44.73
%2.31

CMYK Percentages of Color #ceae09

%0
%16
%96
%19

Triadic Colors of #ceae09

#ceae09 #09ceae #ae09ce

Analogous Colors of #ceae09

#ceae09 #8cce09 #ce4c09

Monochromatic Colors of #ceae09

#ceae09

Complementary Color

#ceae09 #0929ce

#ceae09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceae09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceae09 Color CSS Codes

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

#ceae09 Text Font Color

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

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


#ceae09 Background Color

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

This div background color is #ceae09


#ceae09 Border Color

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

This div border color is #ceae09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceae09


Comments

No comments written yet.

Please login to write comment.