Color Hex Logo

#fdd438 Color Hex

#FDD438
(253,212,56)
0 Favorites   0 Comments

Color spaces of #fdd438

RGB 25321256
HSL0.130.980.61
HSV48°78°99°
CMYK 0.000.160.78   0.01
XYZ64.765368.255113.5024
Yxy68.25510.44200.4658
Hunter Lab82.6166-4.648448.1416
CIE-Lab86.1338-0.247076.3580

#fdd438 color RGB value is (253,212,56).

#fdd438 hex color red value is 253, green value is 212 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #fdd438 hue: 0.13 , saturation: 0.98 and the lightness value of fdd438 is 0.61.

The process color (four color CMYK) of #fdd438 color hex is 0.00, 0.16, 0.78, 0.01. Web safe color of #fdd438 is #ffcc33. Color #fdd438 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010100 00111000
Octal 375 324 70
Decimal 253 212 56
Hex FD D4 38

RGB Percentages of Color #fdd438

%48.56
%40.69
%10.75

CMYK Percentages of Color #fdd438

%0
%16
%78
%1

Triadic Colors of #fdd438

#fdd438 #38fdd4 #d438fd

Analogous Colors of #fdd438

#fdd438 #c4fd38 #fd7238

Monochromatic Colors of #fdd438

#fdd438

Complementary Color

#fdd438 #3861fd

#fdd438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd438 Color CSS Codes

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

#fdd438 Text Font Color

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

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


#fdd438 Background Color

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

This div background color is #fdd438


#fdd438 Border Color

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

This div border color is #fdd438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd438

Related Colors


Comments

No comments written yet.

Please login to write comment.