Color Hex Logo

#efd898 Color Hex

#EFD898
(239,216,152)
0 Favorites   0 Comments

Color spaces of #efd898

RGB 239216152
HSL0.120.730.77
HSV44°36°94°
CMYK 0.000.100.36   0.06
XYZ65.820069.729539.6958
Yxy69.72950.37560.3979
Hunter Lab83.5042-5.434430.2680
CIE-Lab86.8640-1.018834.4761

#efd898 color RGB value is (239,216,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 10011000
Octal 357 330 230
Decimal 239 216 152
Hex EF D8 98

RGB Percentages of Color #efd898

%39.37
%35.58
%25.04

CMYK Percentages of Color #efd898

%0
%10
%36
%6

Triadic Colors of #efd898

#efd898 #98efd8 #d898ef

Analogous Colors of #efd898

#efd898 #dbef98 #efad98

Monochromatic Colors of #efd898

#efd898

Complementary Color

#efd898 #98afef

#efd898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd898 Color CSS Codes

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

#efd898 Text Font Color

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

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


#efd898 Background Color

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

This div background color is #efd898


#efd898 Border Color

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

This div border color is #efd898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd898


Comments

No comments written yet.

Please login to write comment.