Color Hex Logo

#cfc871 Color Hex

#CFC871
(207,200,113)
0 Favorites   0 Comments

Color spaces of #cfc871

RGB 207200113
HSL0.150.490.63
HSV56°45°81°
CMYK 0.000.030.45   0.19
XYZ49.367055.766223.7848
Yxy55.76620.38290.4326
Hunter Lab74.6768-12.682333.3897
CIE-Lab79.4806-9.637444.1708

#cfc871 color RGB value is (207,200,113).

#cfc871 hex color red value is 207, green value is 200 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #cfc871 hue: 0.15 , saturation: 0.49 and the lightness value of cfc871 is 0.63.

The process color (four color CMYK) of #cfc871 color hex is 0.00, 0.03, 0.45, 0.19. Web safe color of #cfc871 is #cccc66. Color #cfc871 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001000 01110001
Octal 317 310 161
Decimal 207 200 113
Hex CF C8 71

RGB Percentages of Color #cfc871

%39.81
%38.46
%21.73

CMYK Percentages of Color #cfc871

%0
%3
%45
%19

Triadic Colors of #cfc871

#cfc871 #71cfc8 #c871cf

Analogous Colors of #cfc871

#cfc871 #a7cf71 #cf9971

Monochromatic Colors of #cfc871

#cfc871

Complementary Color

#cfc871 #7178cf

#cfc871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc871 Color CSS Codes

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

#cfc871 Text Font Color

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

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


#cfc871 Background Color

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

This div background color is #cfc871


#cfc871 Border Color

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

This div border color is #cfc871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc871


Comments

No comments written yet.

Please login to write comment.