Color Hex Logo

#cfad33 Color Hex

#CFAD33
(207,173,51)
0 Favorites   0 Comments

Color spaces of #cfad33

RGB 20717351
HSL0.130.620.51
HSV47°75°81°
CMYK 0.000.160.75   0.19
XYZ41.273243.39169.3320
Yxy43.39160.43910.4616
Hunter Lab65.8723-3.434937.7111
CIE-Lab71.82000.094263.2341

#cfad33 color RGB value is (207,173,51).

#cfad33 hex color red value is 207, green value is 173 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #cfad33 hue: 0.13 , saturation: 0.62 and the lightness value of cfad33 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 00110011
Octal 317 255 63
Decimal 207 173 51
Hex CF AD 33

RGB Percentages of Color #cfad33

%48.03
%40.14
%11.83

CMYK Percentages of Color #cfad33

%0
%16
%75
%19

Triadic Colors of #cfad33

#cfad33 #33cfad #ad33cf

Analogous Colors of #cfad33

#cfad33 #a3cf33 #cf5f33

Monochromatic Colors of #cfad33

#cfad33

Complementary Color

#cfad33 #3355cf

#cfad33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfad33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfad33 Color CSS Codes

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

#cfad33 Text Font Color

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

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


#cfad33 Background Color

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

This div background color is #cfad33


#cfad33 Border Color

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

This div border color is #cfad33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfad33


Comments

No comments written yet.

Please login to write comment.