Color Hex Logo

#fdeb62 Color Hex

#FDEB62
(253,235,98)
0 Favorites   0 Comments

Color spaces of #fdeb62

RGB 25323598
HSL0.150.970.69
HSV53°61°99°
CMYK 0.000.070.61   0.01
XYZ72.420981.181223.4078
Yxy81.18120.40910.4586
Hunter Lab90.1006-14.201747.6671
CIE-Lab92.2123-9.752366.7618

#fdeb62 color RGB value is (253,235,98).

#fdeb62 hex color red value is 253, green value is 235 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #fdeb62 hue: 0.15 , saturation: 0.97 and the lightness value of fdeb62 is 0.69.

The process color (four color CMYK) of #fdeb62 color hex is 0.00, 0.07, 0.61, 0.01. Web safe color of #fdeb62 is #ffff66. Color #fdeb62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 01100010
Octal 375 353 142
Decimal 253 235 98
Hex FD EB 62

RGB Percentages of Color #fdeb62

%43.17
%40.10
%16.72

CMYK Percentages of Color #fdeb62

%0
%7
%61
%1

Triadic Colors of #fdeb62

#fdeb62 #62fdeb #eb62fd

Analogous Colors of #fdeb62

#fdeb62 #c2fd62 #fd9e62

Monochromatic Colors of #fdeb62

#fdeb62

Complementary Color

#fdeb62 #6274fd

#fdeb62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeb62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeb62 Color CSS Codes

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

#fdeb62 Text Font Color

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

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


#fdeb62 Background Color

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

This div background color is #fdeb62


#fdeb62 Border Color

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

This div border color is #fdeb62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeb62

Related Colors


Comments

No comments written yet.

Please login to write comment.