Color Hex Logo

#ffda34 Color Hex

#FFDA34
(255,218,52)
0 Favorites   0 Comments

Color spaces of #ffda34

RGB 25521852
HSL0.141.000.60
HSV49°80°100°
CMYK 0.000.150.80   0.00
XYZ66.931271.650713.5511
Yxy71.65070.44000.4710
Hunter Lab84.6467-6.989749.7610
CIE-Lab87.8002-2.578579.1112

#ffda34 color RGB value is (255,218,52).

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

The process color (four color CMYK) of #ffda34 color hex is 0.00, 0.15, 0.80, 0.00. Web safe color of #ffda34 is #ffcc33. Color #ffda34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 00110100
Octal 377 332 64
Decimal 255 218 52
Hex FF DA 34

RGB Percentages of Color #ffda34

%48.57
%41.52
%9.90

CMYK Percentages of Color #ffda34

%0
%15
%80
%0

Triadic Colors of #ffda34

#ffda34 #34ffda #da34ff

Analogous Colors of #ffda34

#ffda34 #bfff34 #ff7534

Monochromatic Colors of #ffda34

#ffda34

Complementary Color

#ffda34 #3459ff

#ffda34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffda34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffda34 Color CSS Codes

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

#ffda34 Text Font Color

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

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


#ffda34 Background Color

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

This div background color is #ffda34


#ffda34 Border Color

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

This div border color is #ffda34


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,218,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffda34


Comments

No comments written yet.

Please login to write comment.