Color Hex Logo

#ceae1f Color Hex

#CEAE1F
(206,174,31)
0 Favorites   0 Comments

Color spaces of #ceae1f

RGB 20617431
HSL0.140.740.46
HSV49°85°81°
CMYK 0.000.160.85   0.19
XYZ40.837043.49287.5389
Yxy43.49280.44450.4734
Hunter Lab65.9491-4.880139.3867
CIE-Lab71.8882-1.538569.4056

#ceae1f color RGB value is (206,174,31).

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

The process color (four color CMYK) of #ceae1f color hex is 0.00, 0.16, 0.85, 0.19. Web safe color of #ceae1f is #cc9933. Color #ceae1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 00011111
Octal 316 256 37
Decimal 206 174 31
Hex CE AE 1F

RGB Percentages of Color #ceae1f

%50.12
%42.34
%7.54

CMYK Percentages of Color #ceae1f

%0
%16
%85
%19

Triadic Colors of #ceae1f

#ceae1f #1fceae #ae1fce

Analogous Colors of #ceae1f

#ceae1f #97ce1f #ce571f

Monochromatic Colors of #ceae1f

#ceae1f

Complementary Color

#ceae1f #1f3fce

#ceae1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceae1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceae1f Color CSS Codes

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

#ceae1f Text Font Color

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

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


#ceae1f Background Color

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

This div background color is #ceae1f


#ceae1f Border Color

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

This div border color is #ceae1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceae1f


Comments

No comments written yet.

Please login to write comment.