Color Hex Logo

#cfb21a Color Hex

#CFB21A
(207,178,26)
0 Favorites   0 Comments

Color spaces of #cfb21a

RGB 20717826
HSL0.140.780.46
HSV50°87°81°
CMYK 0.000.140.87   0.19
XYZ41.839045.18087.4929
Yxy45.18080.44270.4780
Hunter Lab67.2167-6.521940.4424
CIE-Lab73.0108-3.316471.5085

#cfb21a color RGB value is (207,178,26).

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

The process color (four color CMYK) of #cfb21a color hex is 0.00, 0.14, 0.87, 0.19. Web safe color of #cfb21a is #cc9933. Color #cfb21a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110010 00011010
Octal 317 262 32
Decimal 207 178 26
Hex CF B2 1A

RGB Percentages of Color #cfb21a

%50.36
%43.31
%6.33

CMYK Percentages of Color #cfb21a

%0
%14
%87
%19

Triadic Colors of #cfb21a

#cfb21a #1acfb2 #b21acf

Analogous Colors of #cfb21a

#cfb21a #92cf1a #cf581a

Monochromatic Colors of #cfb21a

#cfb21a

Complementary Color

#cfb21a #1a37cf

#cfb21a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb21a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb21a Color CSS Codes

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

#cfb21a Text Font Color

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

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


#cfb21a Background Color

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

This div background color is #cfb21a


#cfb21a Border Color

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

This div border color is #cfb21a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb21a


Comments

No comments written yet.

Please login to write comment.