Color Hex Logo

#ffda68 Color Hex

#FFDA68
(255,218,104)
0 Favorites   0 Comments

Color spaces of #ffda68

RGB 255218104
HSL0.131.000.70
HSV45°59°100°
CMYK 0.000.150.59   0.00
XYZ68.810172.402323.4451
Yxy72.40230.41790.4397
Hunter Lab85.0895-4.557543.2262
CIE-Lab88.1619-0.013359.7148

#ffda68 color RGB value is (255,218,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 01101000
Octal 377 332 150
Decimal 255 218 104
Hex FF DA 68

RGB Percentages of Color #ffda68

%44.19
%37.78
%18.02

CMYK Percentages of Color #ffda68

%0
%15
%59
%0

Triadic Colors of #ffda68

#ffda68 #68ffda #da68ff

Analogous Colors of #ffda68

#ffda68 #d9ff68 #ff8f68

Monochromatic Colors of #ffda68

#ffda68

Complementary Color

#ffda68 #688dff

#ffda68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffda68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffda68 Color CSS Codes

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

#ffda68 Text Font Color

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

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


#ffda68 Background Color

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

This div background color is #ffda68


#ffda68 Border Color

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

This div border color is #ffda68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffda68

Related Colors


Comments

No comments written yet.

Please login to write comment.