Color Hex Logo

#efe498 Color Hex

#EFE498
(239,228,152)
0 Favorites   0 Comments

Color spaces of #efe498

RGB 239228152
HSL0.150.730.77
HSV52°36°94°
CMYK 0.000.050.36   0.06
XYZ69.007576.104540.7583
Yxy76.10450.37130.4094
Hunter Lab87.2379-11.468133.3657
CIE-Lab89.9078-7.110138.4606

#efe498 color RGB value is (239,228,152).

#efe498 hex color red value is 239, green value is 228 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #efe498 hue: 0.15 , saturation: 0.73 and the lightness value of efe498 is 0.77.

The process color (four color CMYK) of #efe498 color hex is 0.00, 0.05, 0.36, 0.06. Web safe color of #efe498 is #ffcc99. Color #efe498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100100 10011000
Octal 357 344 230
Decimal 239 228 152
Hex EF E4 98

RGB Percentages of Color #efe498

%38.61
%36.83
%24.56

CMYK Percentages of Color #efe498

%0
%5
%36
%6

Triadic Colors of #efe498

#efe498 #98efe4 #e498ef

Analogous Colors of #efe498

#efe498 #cfef98 #efb998

Monochromatic Colors of #efe498

#efe498

Complementary Color

#efe498 #98a3ef

#efe498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe498 Color CSS Codes

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

#efe498 Text Font Color

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

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


#efe498 Background Color

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

This div background color is #efe498


#efe498 Border Color

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

This div border color is #efe498


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,228,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #efe498; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #efe498;
  -webkit-box-shadow: 1px 1px 3px 2px #efe498;
  box-shadow:         1px 1px 3px 2px #efe498; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,228,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe498


Comments

No comments written yet.

Please login to write comment.