Color Hex Logo

#cfb24a Color Hex

#CFB24A
(207,178,74)
0 Favorites   0 Comments

Color spaces of #cfb24a

RGB 20717874
HSL0.130.580.55
HSV47°64°81°
CMYK 0.000.140.64   0.19
XYZ42.888645.600613.0199
Yxy45.60060.42250.4492
Hunter Lab67.5282-4.805235.8382
CIE-Lab73.2856-1.346755.4083

#cfb24a color RGB value is (207,178,74).

#cfb24a hex color red value is 207, green value is 178 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cfb24a hue: 0.13 , saturation: 0.58 and the lightness value of cfb24a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110010 01001010
Octal 317 262 112
Decimal 207 178 74
Hex CF B2 4A

RGB Percentages of Color #cfb24a

%45.10
%38.78
%16.12

CMYK Percentages of Color #cfb24a

%0
%14
%64
%19

Triadic Colors of #cfb24a

#cfb24a #4acfb2 #b24acf

Analogous Colors of #cfb24a

#cfb24a #aacf4a #cf704a

Monochromatic Colors of #cfb24a

#cfb24a

Complementary Color

#cfb24a #4a67cf

#cfb24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb24a Color CSS Codes

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

#cfb24a Text Font Color

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

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


#cfb24a Background Color

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

This div background color is #cfb24a


#cfb24a Border Color

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

This div border color is #cfb24a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb24a


Comments

No comments written yet.

Please login to write comment.