Color Hex Logo

#cfc44b Color Hex

#CFC44B
(207,196,75)
0 Favorites   0 Comments

Color spaces of #cfc44b

RGB 20719675
HSL0.150.580.55
HSV55°64°81°
CMYK 0.000.050.64   0.19
XYZ46.742153.253314.4719
Yxy53.25330.40830.4652
Hunter Lab72.9749-13.372639.3244
CIE-Lab78.0243-10.614060.0439

#cfc44b color RGB value is (207,196,75).

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

The process color (four color CMYK) of #cfc44b color hex is 0.00, 0.05, 0.64, 0.19. Web safe color of #cfc44b is #cccc33. Color #cfc44b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000100 01001011
Octal 317 304 113
Decimal 207 196 75
Hex CF C4 4B

RGB Percentages of Color #cfc44b

%43.31
%41.00
%15.69

CMYK Percentages of Color #cfc44b

%0
%5
%64
%19

Triadic Colors of #cfc44b

#cfc44b #4bcfc4 #c44bcf

Analogous Colors of #cfc44b

#cfc44b #98cf4b #cf824b

Monochromatic Colors of #cfc44b

#cfc44b

Complementary Color

#cfc44b #4b56cf

#cfc44b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc44b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc44b Color CSS Codes

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

#cfc44b Text Font Color

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

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


#cfc44b Background Color

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

This div background color is #cfc44b


#cfc44b Border Color

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

This div border color is #cfc44b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc44b


Comments

No comments written yet.

Please login to write comment.