Color Hex Logo

#fdcb62 Color Hex

#FDCB62
(253,203,98)
0 Favorites   0 Comments

Color spaces of #fdcb62

RGB 25320398
HSL0.110.970.69
HSV41°61°99°
CMYK 0.000.200.61   0.01
XYZ64.068664.476420.6237
Yxy64.47640.42950.4322
Hunter Lab80.29721.903940.9799
CIE-Lab84.21326.448357.9223

#fdcb62 color RGB value is (253,203,98).

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

The process color (four color CMYK) of #fdcb62 color hex is 0.00, 0.20, 0.61, 0.01. Web safe color of #fdcb62 is #ffcc66. Color #fdcb62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 01100010
Octal 375 313 142
Decimal 253 203 98
Hex FD CB 62

RGB Percentages of Color #fdcb62

%45.67
%36.64
%17.69

CMYK Percentages of Color #fdcb62

%0
%20
%61
%1

Triadic Colors of #fdcb62

#fdcb62 #62fdcb #cb62fd

Analogous Colors of #fdcb62

#fdcb62 #e2fd62 #fd7e62

Monochromatic Colors of #fdcb62

#fdcb62

Complementary Color

#fdcb62 #6294fd

#fdcb62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcb62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcb62 Color CSS Codes

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

#fdcb62 Text Font Color

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

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


#fdcb62 Background Color

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

This div background color is #fdcb62


#fdcb62 Border Color

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

This div border color is #fdcb62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcb62


Comments

No comments written yet.

Please login to write comment.