Color Hex Logo

#cfc63b Color Hex

#CFC63B
(207,198,59)
0 Favorites   0 Comments

Color spaces of #cfc63b

RGB 20719859
HSL0.160.610.52
HSV56°71°81°
CMYK 0.000.040.71   0.19
XYZ46.715653.969312.0926
Yxy53.96930.41420.4785
Hunter Lab73.4638-15.053641.6652
CIE-Lab78.4438-12.496966.6988

#cfc63b color RGB value is (207,198,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000110 00111011
Octal 317 306 73
Decimal 207 198 59
Hex CF C6 3B

RGB Percentages of Color #cfc63b

%44.61
%42.67
%12.72

CMYK Percentages of Color #cfc63b

%0
%4
%71
%19

Triadic Colors of #cfc63b

#cfc63b #3bcfc6 #c63bcf

Analogous Colors of #cfc63b

#cfc63b #8ecf3b #cf7c3b

Monochromatic Colors of #cfc63b

#cfc63b

Complementary Color

#cfc63b #3b44cf

#cfc63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc63b Color CSS Codes

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

#cfc63b Text Font Color

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

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


#cfc63b Background Color

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

This div background color is #cfc63b


#cfc63b Border Color

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

This div border color is #cfc63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc63b


Comments

No comments written yet.

Please login to write comment.