Color Hex Logo

#ffed72 Color Hex

#FFED72
(255,237,114)
0 Favorites   0 Comments

Color spaces of #ffed72

RGB 255237114
HSL0.151.000.72
HSV52°55°100°
CMYK 0.000.070.55   0.00
XYZ74.561483.043328.0187
Yxy83.04330.40170.4474
Hunter Lab91.1281-13.424745.5601
CIE-Lab93.0334-8.836060.7772

#ffed72 color RGB value is (255,237,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 01110010
Octal 377 355 162
Decimal 255 237 114
Hex FF ED 72

RGB Percentages of Color #ffed72

%42.08
%39.11
%18.81

CMYK Percentages of Color #ffed72

%0
%7
%55
%0

Triadic Colors of #ffed72

#ffed72 #72ffed #ed72ff

Analogous Colors of #ffed72

#ffed72 #cbff72 #ffa772

Monochromatic Colors of #ffed72

#ffed72

Complementary Color

#ffed72 #7284ff

#ffed72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffed72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffed72 Color CSS Codes

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

#ffed72 Text Font Color

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

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


#ffed72 Background Color

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

This div background color is #ffed72


#ffed72 Border Color

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

This div border color is #ffed72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffed72

Related Colors


Comments

No comments written yet.

Please login to write comment.