Color Hex Logo

#cfb63b Color Hex

#CFB63B
(207,182,59)
0 Favorites   0 Comments

Color spaces of #cfb63b

RGB 20718259
HSL0.140.610.52
HSV50°71°81°
CMYK 0.000.120.71   0.19
XYZ43.249547.037110.9372
Yxy47.03710.42730.4647
Hunter Lab68.5836-7.457438.5534
CIE-Lab74.2135-4.273462.5700

#cfb63b color RGB value is (207,182,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110110 00111011
Octal 317 266 73
Decimal 207 182 59
Hex CF B6 3B

RGB Percentages of Color #cfb63b

%46.21
%40.63
%13.17

CMYK Percentages of Color #cfb63b

%0
%12
%71
%19

Triadic Colors of #cfb63b

#cfb63b #3bcfb6 #b63bcf

Analogous Colors of #cfb63b

#cfb63b #9ecf3b #cf6c3b

Monochromatic Colors of #cfb63b

#cfb63b

Complementary Color

#cfb63b #3b54cf

#cfb63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb63b Color CSS Codes

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

#cfb63b Text Font Color

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

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


#cfb63b Background Color

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

This div background color is #cfb63b


#cfb63b Border Color

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

This div border color is #cfb63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb63b


Comments

No comments written yet.

Please login to write comment.