Color Hex Logo

#cfb214 Color Hex

#CFB214
(207,178,20)
0 Favorites   0 Comments

Color spaces of #cfb214

RGB 20717820
HSL0.140.820.45
HSV51°90°81°
CMYK 0.000.140.90   0.19
XYZ41.778845.15677.1760
Yxy45.15670.44390.4798
Hunter Lab67.1987-6.620840.7077
CIE-Lab72.9950-3.430772.6533

#cfb214 color RGB value is (207,178,20).

#cfb214 hex color red value is 207, green value is 178 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cfb214 hue: 0.14 , saturation: 0.82 and the lightness value of cfb214 is 0.45.

The process color (four color CMYK) of #cfb214 color hex is 0.00, 0.14, 0.90, 0.19. Web safe color of #cfb214 is #cc9900. Color #cfb214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110010 00010100
Octal 317 262 24
Decimal 207 178 20
Hex CF B2 14

RGB Percentages of Color #cfb214

%51.11
%43.95
%4.94

CMYK Percentages of Color #cfb214

%0
%14
%90
%19

Triadic Colors of #cfb214

#cfb214 #14cfb2 #b214cf

Analogous Colors of #cfb214

#cfb214 #8fcf14 #cf5414

Monochromatic Colors of #cfb214

#cfb214

Complementary Color

#cfb214 #1431cf

#cfb214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb214 Color CSS Codes

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

#cfb214 Text Font Color

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

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


#cfb214 Background Color

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

This div background color is #cfb214


#cfb214 Border Color

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

This div border color is #cfb214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb214


Comments

No comments written yet.

Please login to write comment.