Color Hex Logo

#fcd764 Color Hex

#FCD764
(252,215,100)
0 Favorites   0 Comments

Color spaces of #fcd764

RGB 252215100
HSL0.130.960.69
HSV45°60°99°
CMYK 0.000.150.60   0.01
XYZ66.745670.216422.0918
Yxy70.21640.41960.4415
Hunter Lab83.7952-4.460643.0254
CIE-Lab87.10290.015660.2413

#fcd764 color RGB value is (252,215,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 01100100
Octal 374 327 144
Decimal 252 215 100
Hex FC D7 64

RGB Percentages of Color #fcd764

%44.44
%37.92
%17.64

CMYK Percentages of Color #fcd764

%0
%15
%60
%1

Triadic Colors of #fcd764

#fcd764 #64fcd7 #d764fc

Analogous Colors of #fcd764

#fcd764 #d5fc64 #fc8b64

Monochromatic Colors of #fcd764

#fcd764

Complementary Color

#fcd764 #6489fc

#fcd764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd764 Color CSS Codes

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

#fcd764 Text Font Color

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

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


#fcd764 Background Color

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

This div background color is #fcd764


#fcd764 Border Color

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

This div border color is #fcd764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd764

Related Colors


Comments

No comments written yet.

Please login to write comment.