Color Hex Logo

#fcdd68 Color Hex

#FCDD68
(252,221,104)
0 Favorites   0 Comments

Color spaces of #fcdd68

RGB 252221104
HSL0.130.960.70
HSV47°59°99°
CMYK 0.000.120.59   0.01
XYZ68.500073.407823.6555
Yxy73.40780.41370.4434
Hunter Lab85.6784-7.226043.6051
CIE-Lab88.6418-2.757660.1848

#fcdd68 color RGB value is (252,221,104).

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

The process color (four color CMYK) of #fcdd68 color hex is 0.00, 0.12, 0.59, 0.01. Web safe color of #fcdd68 is #ffcc66. Color #fcdd68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 01101000
Octal 374 335 150
Decimal 252 221 104
Hex FC DD 68

RGB Percentages of Color #fcdd68

%43.67
%38.30
%18.02

CMYK Percentages of Color #fcdd68

%0
%12
%59
%1

Triadic Colors of #fcdd68

#fcdd68 #68fcdd #dd68fc

Analogous Colors of #fcdd68

#fcdd68 #d1fc68 #fc9368

Monochromatic Colors of #fcdd68

#fcdd68

Complementary Color

#fcdd68 #6887fc

#fcdd68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd68 Color CSS Codes

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

#fcdd68 Text Font Color

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

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


#fcdd68 Background Color

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

This div background color is #fcdd68


#fcdd68 Border Color

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

This div border color is #fcdd68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd68

Related Colors


Comments

No comments written yet.

Please login to write comment.