Color Hex Logo

#fcd770 Color Hex

#FCD770
(252,215,112)
0 Favorites   0 Comments

Color spaces of #fcd770

RGB 252215112
HSL0.120.960.71
HSV44°56°99°
CMYK 0.000.150.56   0.01
XYZ67.370070.466225.3798
Yxy70.46620.41280.4317
Hunter Lab83.9441-3.645840.8351
CIE-Lab87.22500.870754.8889

#fcd770 color RGB value is (252,215,112).

#fcd770 hex color red value is 252, green value is 215 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fcd770 hue: 0.12 , saturation: 0.96 and the lightness value of fcd770 is 0.71.

The process color (four color CMYK) of #fcd770 color hex is 0.00, 0.15, 0.56, 0.01. Web safe color of #fcd770 is #ffcc66. Color #fcd770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 01110000
Octal 374 327 160
Decimal 252 215 112
Hex FC D7 70

RGB Percentages of Color #fcd770

%43.52
%37.13
%19.34

CMYK Percentages of Color #fcd770

%0
%15
%56
%1

Triadic Colors of #fcd770

#fcd770 #70fcd7 #d770fc

Analogous Colors of #fcd770

#fcd770 #dbfc70 #fc9170

Monochromatic Colors of #fcd770

#fcd770

Complementary Color

#fcd770 #7095fc

#fcd770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd770 Color CSS Codes

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

#fcd770 Text Font Color

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

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


#fcd770 Background Color

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

This div background color is #fcd770


#fcd770 Border Color

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

This div border color is #fcd770


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,215,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcd770; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcd770;
  -webkit-box-shadow: 1px 1px 3px 2px #fcd770;
  box-shadow:         1px 1px 3px 2px #fcd770; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,215,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd770


Comments

No comments written yet.

Please login to write comment.