Color Hex Logo

#ceaf3a Color Hex

#CEAF3A
(206,175,58)
0 Favorites   0 Comments

Color spaces of #ceaf3a

RGB 20617558
HSL0.130.600.52
HSV47°72°81°
CMYK 0.000.150.72   0.19
XYZ41.547344.087210.3229
Yxy44.08720.43300.4594
Hunter Lab66.3982-4.504137.2609
CIE-Lab72.2867-1.081561.0222

#ceaf3a color RGB value is (206,175,58).

#ceaf3a hex color red value is 206, green value is 175 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ceaf3a hue: 0.13 , saturation: 0.60 and the lightness value of ceaf3a is 0.52.

The process color (four color CMYK) of #ceaf3a color hex is 0.00, 0.15, 0.72, 0.19. Web safe color of #ceaf3a is #cc9933. Color #ceaf3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 00111010
Octal 316 257 72
Decimal 206 175 58
Hex CE AF 3A

RGB Percentages of Color #ceaf3a

%46.92
%39.86
%13.21

CMYK Percentages of Color #ceaf3a

%0
%15
%72
%19

Triadic Colors of #ceaf3a

#ceaf3a #3aceaf #af3ace

Analogous Colors of #ceaf3a

#ceaf3a #a3ce3a #ce653a

Monochromatic Colors of #ceaf3a

#ceaf3a

Complementary Color

#ceaf3a #3a59ce

#ceaf3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaf3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaf3a Color CSS Codes

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

#ceaf3a Text Font Color

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

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


#ceaf3a Background Color

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

This div background color is #ceaf3a


#ceaf3a Border Color

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

This div border color is #ceaf3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaf3a


Comments

No comments written yet.

Please login to write comment.