Color Hex Logo

#ffed71 Color Hex

#FFED71
(255,237,113)
0 Favorites   0 Comments

Color spaces of #ffed71

RGB 255237113
HSL0.151.000.72
HSV52°56°100°
CMYK 0.000.070.56   0.00
XYZ74.504883.020627.7205
Yxy83.02060.40220.4482
Hunter Lab91.1156-13.493845.7429
CIE-Lab93.0235-8.909961.2130

#ffed71 color RGB value is (255,237,113).

#ffed71 hex color red value is 255, green value is 237 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #ffed71 hue: 0.15 , saturation: 1.00 and the lightness value of ffed71 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 01110001
Octal 377 355 161
Decimal 255 237 113
Hex FF ED 71

RGB Percentages of Color #ffed71

%42.15
%39.17
%18.68

CMYK Percentages of Color #ffed71

%0
%7
%56
%0

Triadic Colors of #ffed71

#ffed71 #71ffed #ed71ff

Analogous Colors of #ffed71

#ffed71 #caff71 #ffa671

Monochromatic Colors of #ffed71

#ffed71

Complementary Color

#ffed71 #7183ff

#ffed71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffed71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffed71 Color CSS Codes

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

#ffed71 Text Font Color

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

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


#ffed71 Background Color

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

This div background color is #ffed71


#ffed71 Border Color

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

This div border color is #ffed71


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,237,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffed71; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffed71;
  -webkit-box-shadow: 1px 1px 3px 2px #ffed71;
  box-shadow:         1px 1px 3px 2px #ffed71; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,237,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffed71

#ffed71 Color Palettes


Comments

No comments written yet.

Please login to write comment.