Color Hex Logo

#ffd427 Color Hex

#FFD427
(255,212,39)
0 Favorites   0 Comments

Color spaces of #ffd427

RGB 25521239
HSL0.131.000.58
HSV48°85°100°
CMYK 0.000.170.85   0.00
XYZ65.149768.493511.7063
Yxy68.49350.44820.4712
Hunter Lab82.7608-4.315349.5461
CIE-Lab86.25260.109881.1970

#ffd427 color RGB value is (255,212,39).

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

The process color (four color CMYK) of #ffd427 color hex is 0.00, 0.17, 0.85, 0.00. Web safe color of #ffd427 is #ffcc33. Color #ffd427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 00100111
Octal 377 324 47
Decimal 255 212 39
Hex FF D4 27

RGB Percentages of Color #ffd427

%50.40
%41.90
%7.71

CMYK Percentages of Color #ffd427

%0
%17
%85
%0

Triadic Colors of #ffd427

#ffd427 #27ffd4 #d427ff

Analogous Colors of #ffd427

#ffd427 #beff27 #ff6827

Monochromatic Colors of #ffd427

#ffd427

Complementary Color

#ffd427 #2752ff

#ffd427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd427 Color CSS Codes

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

#ffd427 Text Font Color

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

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


#ffd427 Background Color

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

This div background color is #ffd427


#ffd427 Border Color

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

This div border color is #ffd427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd427

Related Colors


Comments

No comments written yet.

Please login to write comment.