Color Hex Logo

#f8d253 Color Hex

#F8D253
(248,210,83)
0 Favorites   0 Comments

Color spaces of #f8d253

RGB 24821083
HSL0.130.920.65
HSV46°67°97°
CMYK 0.000.150.67   0.03
XYZ63.319366.674217.7157
Yxy66.67420.42870.4514
Hunter Lab81.6543-4.476144.2944
CIE-Lab85.3392-0.120765.5377

#f8d253 color RGB value is (248,210,83).

#f8d253 hex color red value is 248, green value is 210 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #f8d253 hue: 0.13 , saturation: 0.92 and the lightness value of f8d253 is 0.65.

The process color (four color CMYK) of #f8d253 color hex is 0.00, 0.15, 0.67, 0.03. Web safe color of #f8d253 is #ffcc66. Color #f8d253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11010010 01010011
Octal 370 322 123
Decimal 248 210 83
Hex F8 D2 53

RGB Percentages of Color #f8d253

%45.84
%38.82
%15.34

CMYK Percentages of Color #f8d253

%0
%15
%67
%3

Triadic Colors of #f8d253

#f8d253 #53f8d2 #d253f8

Analogous Colors of #f8d253

#f8d253 #ccf853 #f88053

Monochromatic Colors of #f8d253

#f8d253

Complementary Color

#f8d253 #5379f8

#f8d253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8d253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8d253 Color CSS Codes

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

#f8d253 Text Font Color

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

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


#f8d253 Background Color

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

This div background color is #f8d253


#f8d253 Border Color

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

This div border color is #f8d253


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,210,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8d253; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8d253;
  -webkit-box-shadow: 1px 1px 3px 2px #f8d253;
  box-shadow:         1px 1px 3px 2px #f8d253; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,210,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8d253


Comments

No comments written yet.

Please login to write comment.