Color Hex Logo

#cfb210 Color Hex

#CFB210
(207,178,16)
0 Favorites   0 Comments

Color spaces of #cfb210

RGB 20717816
HSL0.140.860.44
HSV51°92°81°
CMYK 0.000.140.92   0.19
XYZ41.746045.14367.0035
Yxy45.14360.44460.4808
Hunter Lab67.1890-6.674740.8521
CIE-Lab72.9863-3.493173.2911

#cfb210 color RGB value is (207,178,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110010 00010000
Octal 317 262 20
Decimal 207 178 16
Hex CF B2 10

RGB Percentages of Color #cfb210

%51.62
%44.39
%3.99

CMYK Percentages of Color #cfb210

%0
%14
%92
%19

Triadic Colors of #cfb210

#cfb210 #10cfb2 #b210cf

Analogous Colors of #cfb210

#cfb210 #8dcf10 #cf5310

Monochromatic Colors of #cfb210

#cfb210

Complementary Color

#cfb210 #102dcf

#cfb210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb210 Color CSS Codes

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

#cfb210 Text Font Color

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

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


#cfb210 Background Color

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

This div background color is #cfb210


#cfb210 Border Color

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

This div border color is #cfb210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb210


Comments

No comments written yet.

Please login to write comment.