Color Hex Logo

#ffe372 Color Hex

#FFE372
(255,227,114)
0 Favorites   0 Comments

Color spaces of #ffe372

RGB 255227114
HSL0.131.000.72
HSV48°55°100°
CMYK 0.000.110.55   0.00
XYZ71.746377.413127.0804
Yxy77.41310.40710.4392
Hunter Lab87.9847-8.417143.3407
CIE-Lab90.5114-3.843557.8652

#ffe372 color RGB value is (255,227,114).

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

The process color (four color CMYK) of #ffe372 color hex is 0.00, 0.11, 0.55, 0.00. Web safe color of #ffe372 is #ffcc66. Color #ffe372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100011 01110010
Octal 377 343 162
Decimal 255 227 114
Hex FF E3 72

RGB Percentages of Color #ffe372

%42.79
%38.09
%19.13

CMYK Percentages of Color #ffe372

%0
%11
%55
%0

Triadic Colors of #ffe372

#ffe372 #72ffe3 #e372ff

Analogous Colors of #ffe372

#ffe372 #d5ff72 #ff9d72

Monochromatic Colors of #ffe372

#ffe372

Complementary Color

#ffe372 #728eff

#ffe372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe372 Color CSS Codes

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

#ffe372 Text Font Color

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

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


#ffe372 Background Color

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

This div background color is #ffe372


#ffe372 Border Color

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

This div border color is #ffe372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe372

#ffe372 Color Palettes


Comments

No comments written yet.

Please login to write comment.