Color Hex Logo

#fdcf69 Color Hex

#FDCF69
(253,207,105)
0 Favorites   0 Comments

Color spaces of #fdcf69

RGB 253207105
HSL0.110.970.70
HSV41°58°99°
CMYK 0.000.180.58   0.01
XYZ65.370666.528222.7604
Yxy66.52820.42270.4302
Hunter Lab81.56480.321440.5507
CIE-Lab85.26514.864055.8989

#fdcf69 color RGB value is (253,207,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 01101001
Octal 375 317 151
Decimal 253 207 105
Hex FD CF 69

RGB Percentages of Color #fdcf69

%44.78
%36.64
%18.58

CMYK Percentages of Color #fdcf69

%0
%18
%58
%1

Triadic Colors of #fdcf69

#fdcf69 #69fdcf #cf69fd

Analogous Colors of #fdcf69

#fdcf69 #e1fd69 #fd8569

Monochromatic Colors of #fdcf69

#fdcf69

Complementary Color

#fdcf69 #6997fd

#fdcf69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcf69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcf69 Color CSS Codes

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

#fdcf69 Text Font Color

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

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


#fdcf69 Background Color

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

This div background color is #fdcf69


#fdcf69 Border Color

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

This div border color is #fdcf69


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,207,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 #fdcf69">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcf69

Related Colors


Comments

No comments written yet.

Please login to write comment.