Color Hex Logo

#cfb14d Color Hex

#CFB14D
(207,177,77)
0 Favorites   0 Comments

Color spaces of #cfb14d

RGB 20717777
HSL0.130.580.56
HSV46°63°81°
CMYK 0.000.140.63   0.19
XYZ42.793845.245513.4990
Yxy45.24550.42150.4456
Hunter Lab67.2648-4.151835.1868
CIE-Lab73.0533-0.627953.8136

#cfb14d color RGB value is (207,177,77).

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

The process color (four color CMYK) of #cfb14d color hex is 0.00, 0.14, 0.63, 0.19. Web safe color of #cfb14d is #cc9966. Color #cfb14d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110001 01001101
Octal 317 261 115
Decimal 207 177 77
Hex CF B1 4D

RGB Percentages of Color #cfb14d

%44.90
%38.39
%16.70

CMYK Percentages of Color #cfb14d

%0
%14
%63
%19

Triadic Colors of #cfb14d

#cfb14d #4dcfb1 #b14dcf

Analogous Colors of #cfb14d

#cfb14d #accf4d #cf704d

Monochromatic Colors of #cfb14d

#cfb14d

Complementary Color

#cfb14d #4d6bcf

#cfb14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb14d Color CSS Codes

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

#cfb14d Text Font Color

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

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


#cfb14d Background Color

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

This div background color is #cfb14d


#cfb14d Border Color

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

This div border color is #cfb14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb14d


Comments

No comments written yet.

Please login to write comment.