Color Hex Logo

#f6cd7e Color Hex

#F6CD7E
(246,205,126)
0 Favorites   0 Comments

Color spaces of #f6cd7e

RGB 246205126
HSL0.110.870.73
HSV40°49°96°
CMYK 0.000.170.49   0.04
XYZ63.603364.761828.8867
Yxy64.76180.40450.4118
Hunter Lab80.47470.247035.0499
CIE-Lab84.36084.748044.5242

#f6cd7e color RGB value is (246,205,126).

#f6cd7e hex color red value is 246, green value is 205 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #f6cd7e hue: 0.11 , saturation: 0.87 and the lightness value of f6cd7e is 0.73.

The process color (four color CMYK) of #f6cd7e color hex is 0.00, 0.17, 0.49, 0.04. Web safe color of #f6cd7e is #ffcc66. Color #f6cd7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001101 01111110
Octal 366 315 176
Decimal 246 205 126
Hex F6 CD 7E

RGB Percentages of Color #f6cd7e

%42.63
%35.53
%21.84

CMYK Percentages of Color #f6cd7e

%0
%17
%49
%4

Triadic Colors of #f6cd7e

#f6cd7e #7ef6cd #cd7ef6

Analogous Colors of #f6cd7e

#f6cd7e #e3f67e #f6917e

Monochromatic Colors of #f6cd7e

#f6cd7e

Complementary Color

#f6cd7e #7ea7f6

#f6cd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cd7e Color CSS Codes

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

#f6cd7e Text Font Color

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

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


#f6cd7e Background Color

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

This div background color is #f6cd7e


#f6cd7e Border Color

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

This div border color is #f6cd7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,205,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f6cd7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f6cd7e;
  -webkit-box-shadow: 1px 1px 3px 2px #f6cd7e;
  box-shadow:         1px 1px 3px 2px #f6cd7e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,205,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cd7e


Comments

No comments written yet.

Please login to write comment.