color codes Logo

#cfa75d color codes

#CFA75D
(207,167,93)
0 Favorites   0 Comments

Color spaces of #cfa75d

RGB 20716793
HSL0.110.540.59
HSV39°55°81°
CMYK 0.000.190.55   0.19
XYZ41.526641.693116.2148
Yxy41.69310.41760.4193
Hunter Lab64.57021.799730.3103
CIE-Lab70.65885.872443.4017

#cfa75d color RGB value is (207,167,93).

#cfa75d hex color red value is 207, green value is 167 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cfa75d hue: 0.11 , saturation: 0.54 and the lightness value of cfa75d is 0.59.

The process color (four color CMYK) of #cfa75d color code is 0.00, 0.19, 0.55, 0.19. Web safe color of #cfa75d is #cc9966. Color #cfa75d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100111 01011101
Octal 317 247 135
Decimal 207 167 93
Hex CF A7 5D

RGB Percentages of Color #cfa75d

%44.33
%35.76
%19.91

CMYK Percentages of Color #cfa75d

%0
%19
%55
%19

Triadic Colors of #cfa75d

#cfa75d #5dcfa7 #a75dcf

Analogous Colors of #cfa75d

#cfa75d #becf5d #cf6e5d

Monochromatic Colors of #cfa75d

#cfa75d

Complementary Color

#cfa75d #5d85cf

#cfa75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa75d Color CSS Codes

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

#cfa75d Text Font Color

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

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


#cfa75d Background Color

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

This div background color is #cfa75d


#cfa75d Border Color

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

This div border color is #cfa75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa75d


Comments

No comments written yet.

Please login to write comment.