Color Hex Logo

#fdc234 Color Hex

#FDC234
(253,194,52)
0 Favorites   0 Comments

Color spaces of #fdc234

RGB 25319452
HSL0.120.980.60
HSV42°79°99°
CMYK 0.000.230.79   0.01
XYZ60.419659.714211.5903
Yxy59.71420.45870.4533
Hunter Lab77.27504.334145.1997
CIE-Lab81.68268.869973.6329

#fdc234 color RGB value is (253,194,52).

#fdc234 hex color red value is 253, green value is 194 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #fdc234 hue: 0.12 , saturation: 0.98 and the lightness value of fdc234 is 0.60.

The process color (four color CMYK) of #fdc234 color hex is 0.00, 0.23, 0.79, 0.01. Web safe color of #fdc234 is #ffcc33. Color #fdc234 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 00110100
Octal 375 302 64
Decimal 253 194 52
Hex FD C2 34

RGB Percentages of Color #fdc234

%50.70
%38.88
%10.42

CMYK Percentages of Color #fdc234

%0
%23
%79
%1

Triadic Colors of #fdc234

#fdc234 #34fdc2 #c234fd

Analogous Colors of #fdc234

#fdc234 #d4fd34 #fd5d34

Monochromatic Colors of #fdc234

#fdc234

Complementary Color

#fdc234 #346ffd

#fdc234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc234 Color CSS Codes

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

#fdc234 Text Font Color

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

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


#fdc234 Background Color

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

This div background color is #fdc234


#fdc234 Border Color

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

This div border color is #fdc234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc234


Comments

No comments written yet.

Please login to write comment.