Color Hex Logo

#cfb61b Color Hex

#CFB61B
(207,182,27)
0 Favorites   0 Comments

Color spaces of #cfb61b

RGB 20718227
HSL0.140.770.46
HSV52°87°81°
CMYK 0.000.120.87   0.19
XYZ42.657946.80047.8220
Yxy46.80040.43850.4811
Hunter Lab68.4108-8.414441.1084
CIE-Lab74.0619-5.381772.1380

#cfb61b color RGB value is (207,182,27).

#cfb61b hex color red value is 207, green value is 182 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #cfb61b hue: 0.14 , saturation: 0.77 and the lightness value of cfb61b is 0.46.

The process color (four color CMYK) of #cfb61b color hex is 0.00, 0.12, 0.87, 0.19. Web safe color of #cfb61b is #cccc33. Color #cfb61b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110110 00011011
Octal 317 266 33
Decimal 207 182 27
Hex CF B6 1B

RGB Percentages of Color #cfb61b

%49.76
%43.75
%6.49

CMYK Percentages of Color #cfb61b

%0
%12
%87
%19

Triadic Colors of #cfb61b

#cfb61b #1bcfb6 #b61bcf

Analogous Colors of #cfb61b

#cfb61b #8ecf1b #cf5c1b

Monochromatic Colors of #cfb61b

#cfb61b

Complementary Color

#cfb61b #1b34cf

#cfb61b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb61b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb61b Color CSS Codes

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

#cfb61b Text Font Color

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

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


#cfb61b Background Color

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

This div background color is #cfb61b


#cfb61b Border Color

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

This div border color is #cfb61b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb61b


Comments

No comments written yet.

Please login to write comment.