Color Hex Logo

#cead0f Color Hex

#CEAD0F
(206,173,15)
0 Favorites   0 Comments

Color spaces of #cead0f

RGB 20617315
HSL0.140.860.43
HSV50°93°81°
CMYK 0.000.160.93   0.19
XYZ40.483443.04346.6264
Yxy43.04340.44910.4774
Hunter Lab65.6075-4.668839.9369
CIE-Lab71.5844-1.321372.3388

#cead0f color RGB value is (206,173,15).

#cead0f hex color red value is 206, green value is 173 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cead0f hue: 0.14 , saturation: 0.86 and the lightness value of cead0f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 00001111
Octal 316 255 17
Decimal 206 173 15
Hex CE AD F

RGB Percentages of Color #cead0f

%52.28
%43.91
%3.81

CMYK Percentages of Color #cead0f

%0
%16
%93
%19

Triadic Colors of #cead0f

#cead0f #0fcead #ad0fce

Analogous Colors of #cead0f

#cead0f #90ce0f #ce4e0f

Monochromatic Colors of #cead0f

#cead0f

Complementary Color

#cead0f #0f30ce

#cead0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cead0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cead0f Color CSS Codes

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

#cead0f Text Font Color

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

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


#cead0f Background Color

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

This div background color is #cead0f


#cead0f Border Color

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

This div border color is #cead0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cead0f


Comments

No comments written yet.

Please login to write comment.