Color Hex Logo

#ffda70 Color Hex

#FFDA70
(255,218,112)
0 Favorites   0 Comments

Color spaces of #ffda70

RGB 255218112
HSL0.121.000.72
HSV44°56°100°
CMYK 0.000.150.56   0.00
XYZ69.236072.572725.6880
Yxy72.57270.41340.4333
Hunter Lab85.1896-4.009841.7545
CIE-Lab88.24350.559156.1487

#ffda70 color RGB value is (255,218,112).

#ffda70 hex color red value is 255, green value is 218 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ffda70 hue: 0.12 , saturation: 1.00 and the lightness value of ffda70 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 01110000
Octal 377 332 160
Decimal 255 218 112
Hex FF DA 70

RGB Percentages of Color #ffda70

%43.59
%37.26
%19.15

CMYK Percentages of Color #ffda70

%0
%15
%56
%0

Triadic Colors of #ffda70

#ffda70 #70ffda #da70ff

Analogous Colors of #ffda70

#ffda70 #ddff70 #ff9370

Monochromatic Colors of #ffda70

#ffda70

Complementary Color

#ffda70 #7095ff

#ffda70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffda70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffda70 Color CSS Codes

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

#ffda70 Text Font Color

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

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


#ffda70 Background Color

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

This div background color is #ffda70


#ffda70 Border Color

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

This div border color is #ffda70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffda70


Comments

No comments written yet.

Please login to write comment.