Color Hex Logo

#cfb35a Color Hex

#CFB35A
(207,179,90)
0 Favorites   0 Comments

Color spaces of #cfb35a

RGB 20717990
HSL0.130.550.58
HSV46°57°81°
CMYK 0.000.140.57   0.19
XYZ43.697746.243816.2957
Yxy46.24380.41130.4353
Hunter Lab68.0028-4.303133.3941
CIE-Lab73.7035-0.751148.4750

#cfb35a color RGB value is (207,179,90).

#cfb35a hex color red value is 207, green value is 179 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cfb35a hue: 0.13 , saturation: 0.55 and the lightness value of cfb35a is 0.58.

The process color (four color CMYK) of #cfb35a color hex is 0.00, 0.14, 0.57, 0.19. Web safe color of #cfb35a is #cccc66. Color #cfb35a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110011 01011010
Octal 317 263 132
Decimal 207 179 90
Hex CF B3 5A

RGB Percentages of Color #cfb35a

%43.49
%37.61
%18.91

CMYK Percentages of Color #cfb35a

%0
%14
%57
%19

Triadic Colors of #cfb35a

#cfb35a #5acfb3 #b35acf

Analogous Colors of #cfb35a

#cfb35a #b1cf5a #cf795a

Monochromatic Colors of #cfb35a

#cfb35a

Complementary Color

#cfb35a #5a76cf

#cfb35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb35a Color CSS Codes

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

#cfb35a Text Font Color

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

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


#cfb35a Background Color

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

This div background color is #cfb35a


#cfb35a Border Color

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

This div border color is #cfb35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb35a


Comments

No comments written yet.

Please login to write comment.