Color Hex Logo

#ceae1c Color Hex

#CEAE1C
(206,174,28)
0 Favorites   0 Comments

Color spaces of #ceae1c

RGB 20617428
HSL0.140.760.46
HSV49°86°81°
CMYK 0.000.160.86   0.19
XYZ40.799343.47787.3403
Yxy43.47780.44530.4746
Hunter Lab65.9377-4.943239.5561
CIE-Lab71.8781-1.611170.1158

#ceae1c color RGB value is (206,174,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 00011100
Octal 316 256 34
Decimal 206 174 28
Hex CE AE 1C

RGB Percentages of Color #ceae1c

%50.49
%42.65
%6.86

CMYK Percentages of Color #ceae1c

%0
%16
%86
%19

Triadic Colors of #ceae1c

#ceae1c #1cceae #ae1cce

Analogous Colors of #ceae1c

#ceae1c #95ce1c #ce551c

Monochromatic Colors of #ceae1c

#ceae1c

Complementary Color

#ceae1c #1c3cce

#ceae1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceae1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceae1c Color CSS Codes

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

#ceae1c Text Font Color

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

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


#ceae1c Background Color

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

This div background color is #ceae1c


#ceae1c Border Color

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

This div border color is #ceae1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceae1c


Comments

No comments written yet.

Please login to write comment.