Color Hex Logo

#cfb02a Color Hex

#CFB02A
(207,176,42)
0 Favorites   0 Comments

Color spaces of #cfb02a

RGB 20717642
HSL0.140.660.49
HSV49°80°81°
CMYK 0.000.150.80   0.19
XYZ41.675444.48328.5801
Yxy44.48320.43990.4695
Hunter Lab66.6957-5.180339.0596
CIE-Lab72.5503-1.827966.9282

#cfb02a color RGB value is (207,176,42).

#cfb02a hex color red value is 207, green value is 176 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cfb02a hue: 0.14 , saturation: 0.66 and the lightness value of cfb02a is 0.49.

The process color (four color CMYK) of #cfb02a color hex is 0.00, 0.15, 0.80, 0.19. Web safe color of #cfb02a is #cc9933. Color #cfb02a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110000 00101010
Octal 317 260 52
Decimal 207 176 42
Hex CF B0 2A

RGB Percentages of Color #cfb02a

%48.71
%41.41
%9.88

CMYK Percentages of Color #cfb02a

%0
%15
%80
%19

Triadic Colors of #cfb02a

#cfb02a #2acfb0 #b02acf

Analogous Colors of #cfb02a

#cfb02a #9ccf2a #cf5e2a

Monochromatic Colors of #cfb02a

#cfb02a

Complementary Color

#cfb02a #2a49cf

#cfb02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb02a Color CSS Codes

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

#cfb02a Text Font Color

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

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


#cfb02a Background Color

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

This div background color is #cfb02a


#cfb02a Border Color

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

This div border color is #cfb02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb02a


Comments

No comments written yet.

Please login to write comment.