Color Hex Logo

#cfb03a Color Hex

#CFB03A
(207,176,58)
0 Favorites   0 Comments

Color spaces of #cfb03a

RGB 20717658
HSL0.130.610.52
HSV48°72°81°
CMYK 0.000.150.72   0.19
XYZ42.021244.621610.4011
Yxy44.62160.43300.4598
Hunter Lab66.7994-4.610837.5277
CIE-Lab72.6420-1.175661.4051

#cfb03a color RGB value is (207,176,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110000 00111010
Octal 317 260 72
Decimal 207 176 58
Hex CF B0 3A

RGB Percentages of Color #cfb03a

%46.94
%39.91
%13.15

CMYK Percentages of Color #cfb03a

%0
%15
%72
%19

Triadic Colors of #cfb03a

#cfb03a #3acfb0 #b03acf

Analogous Colors of #cfb03a

#cfb03a #a4cf3a #cf663a

Monochromatic Colors of #cfb03a

#cfb03a

Complementary Color

#cfb03a #3a59cf

#cfb03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb03a Color CSS Codes

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

#cfb03a Text Font Color

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

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


#cfb03a Background Color

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

This div background color is #cfb03a


#cfb03a Border Color

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

This div border color is #cfb03a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,176,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 #cfb03a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb03a


Comments

No comments written yet.

Please login to write comment.