Color Hex Logo

#cfb10b Color Hex

#CFB10B
(207,177,11)
0 Favorites   0 Comments

Color spaces of #cfb10b

RGB 20717711
HSL0.140.900.43
HSV51°95°81°
CMYK 0.000.140.95   0.19
XYZ41.514744.73386.7630
Yxy44.73380.44630.4809
Hunter Lab66.8833-6.250340.8231
CIE-Lab72.7163-3.032273.7534

#cfb10b color RGB value is (207,177,11).

#cfb10b hex color red value is 207, green value is 177 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cfb10b hue: 0.14 , saturation: 0.90 and the lightness value of cfb10b is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110001 00001011
Octal 317 261 13
Decimal 207 177 11
Hex CF B1 B

RGB Percentages of Color #cfb10b

%52.41
%44.81
%2.78

CMYK Percentages of Color #cfb10b

%0
%14
%95
%19

Triadic Colors of #cfb10b

#cfb10b #0bcfb1 #b10bcf

Analogous Colors of #cfb10b

#cfb10b #8bcf0b #cf4f0b

Monochromatic Colors of #cfb10b

#cfb10b

Complementary Color

#cfb10b #0b29cf

#cfb10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb10b Color CSS Codes

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

#cfb10b Text Font Color

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

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


#cfb10b Background Color

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

This div background color is #cfb10b


#cfb10b Border Color

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

This div border color is #cfb10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb10b


Comments

No comments written yet.

Please login to write comment.