Color Hex Logo

#cfc380 Color Hex

#CFC380
(207,195,128)
0 Favorites   0 Comments

Color spaces of #cfc380

RGB 207195128
HSL0.140.450.66
HSV51°38°81°
CMYK 0.000.060.38   0.19
XYZ49.143553.854128.2268
Yxy53.85410.37450.4104
Hunter Lab73.3854-8.889428.5646
CIE-Lab78.3766-5.486335.1927

#cfc380 color RGB value is (207,195,128).

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

The process color (four color CMYK) of #cfc380 color hex is 0.00, 0.06, 0.38, 0.19. Web safe color of #cfc380 is #cccc99. Color #cfc380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000011 10000000
Octal 317 303 200
Decimal 207 195 128
Hex CF C3 80

RGB Percentages of Color #cfc380

%39.06
%36.79
%24.15

CMYK Percentages of Color #cfc380

%0
%6
%38
%19

Triadic Colors of #cfc380

#cfc380 #80cfc3 #c380cf

Analogous Colors of #cfc380

#cfc380 #b4cf80 #cf9c80

Monochromatic Colors of #cfc380

#cfc380

Complementary Color

#cfc380 #808ccf

#cfc380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc380 Color CSS Codes

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

#cfc380 Text Font Color

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

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


#cfc380 Background Color

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

This div background color is #cfc380


#cfc380 Border Color

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

This div border color is #cfc380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc380


Comments

No comments written yet.

Please login to write comment.