Color Hex Logo

#cfb63a Color Hex

#CFB63A
(207,182,58)
0 Favorites   0 Comments

Color spaces of #cfb63a

RGB 20718258
HSL0.140.610.52
HSV50°72°81°
CMYK 0.000.120.72   0.19
XYZ43.223847.026810.8019
Yxy47.02680.42770.4654
Hunter Lab68.5761-7.498838.6641
CIE-Lab74.2069-4.321362.9436

#cfb63a color RGB value is (207,182,58).

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

The process color (four color CMYK) of #cfb63a color hex is 0.00, 0.12, 0.72, 0.19. Web safe color of #cfb63a is #cccc33. Color #cfb63a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110110 00111010
Octal 317 266 72
Decimal 207 182 58
Hex CF B6 3A

RGB Percentages of Color #cfb63a

%46.31
%40.72
%12.98

CMYK Percentages of Color #cfb63a

%0
%12
%72
%19

Triadic Colors of #cfb63a

#cfb63a #3acfb6 #b63acf

Analogous Colors of #cfb63a

#cfb63a #9ecf3a #cf6c3a

Monochromatic Colors of #cfb63a

#cfb63a

Complementary Color

#cfb63a #3a53cf

#cfb63a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb63a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb63a Color CSS Codes

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

#cfb63a Text Font Color

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

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


#cfb63a Background Color

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

This div background color is #cfb63a


#cfb63a Border Color

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

This div border color is #cfb63a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb63a


Comments

No comments written yet.

Please login to write comment.