Color Hex Logo

#fdcd69 Color Hex

#FDCD69
(253,205,105)
0 Favorites   0 Comments

Color spaces of #fdcd69

RGB 253205105
HSL0.110.970.70
HSV41°58°99°
CMYK 0.000.190.58   0.01
XYZ64.889165.565222.5999
Yxy65.56520.42400.4284
Hunter Lab80.97231.343640.1324
CIE-Lab84.77415.894055.3320

#fdcd69 color RGB value is (253,205,105).

#fdcd69 hex color red value is 253, green value is 205 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fdcd69 hue: 0.11 , saturation: 0.97 and the lightness value of fdcd69 is 0.70.

The process color (four color CMYK) of #fdcd69 color hex is 0.00, 0.19, 0.58, 0.01. Web safe color of #fdcd69 is #ffcc66. Color #fdcd69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 01101001
Octal 375 315 151
Decimal 253 205 105
Hex FD CD 69

RGB Percentages of Color #fdcd69

%44.94
%36.41
%18.65

CMYK Percentages of Color #fdcd69

%0
%19
%58
%1

Triadic Colors of #fdcd69

#fdcd69 #69fdcd #cd69fd

Analogous Colors of #fdcd69

#fdcd69 #e3fd69 #fd8369

Monochromatic Colors of #fdcd69

#fdcd69

Complementary Color

#fdcd69 #6999fd

#fdcd69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcd69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcd69 Color CSS Codes

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

#fdcd69 Text Font Color

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

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


#fdcd69 Background Color

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

This div background color is #fdcd69


#fdcd69 Border Color

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

This div border color is #fdcd69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcd69

Related Colors


Comments

No comments written yet.

Please login to write comment.