Color Hex Logo

#cfb201 Color Hex

#CFB201
(207,178,1)
0 Favorites   0 Comments

Color spaces of #cfb201

RGB 2071781
HSL0.140.990.41
HSV52°100°81°
CMYK 0.000.141.00   0.19
XYZ41.658045.10846.5399
Yxy45.10840.44650.4834
Hunter Lab67.1628-6.819541.2407
CIE-Lab72.9632-3.660675.0599

#cfb201 color RGB value is (207,178,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110010 00000001
Octal 317 262 1
Decimal 207 178 1
Hex CF B2 1

RGB Percentages of Color #cfb201

%53.63
%46.11
%0.26

CMYK Percentages of Color #cfb201

%0
%14
%100
%19

Triadic Colors of #cfb201

#cfb201 #01cfb2 #b201cf

Analogous Colors of #cfb201

#cfb201 #85cf01 #cf4b01

Monochromatic Colors of #cfb201

#cfb201

Complementary Color

#cfb201 #011ecf

#cfb201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb201 Color CSS Codes

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

#cfb201 Text Font Color

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

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


#cfb201 Background Color

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

This div background color is #cfb201


#cfb201 Border Color

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

This div border color is #cfb201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb201


Comments

No comments written yet.

Please login to write comment.