Color Hex Logo

#efe198 Color Hex

#EFE198
(239,225,152)
0 Favorites   0 Comments

Color spaces of #efe198

RGB 239225152
HSL0.140.730.77
HSV50°36°94°
CMYK 0.000.060.36   0.06
XYZ68.189374.468140.4856
Yxy74.46810.37230.4066
Hunter Lab86.2949-9.967332.5903
CIE-Lab89.1433-5.597637.4645

#efe198 color RGB value is (239,225,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 10011000
Octal 357 341 230
Decimal 239 225 152
Hex EF E1 98

RGB Percentages of Color #efe198

%38.80
%36.53
%24.68

CMYK Percentages of Color #efe198

%0
%6
%36
%6

Triadic Colors of #efe198

#efe198 #98efe1 #e198ef

Analogous Colors of #efe198

#efe198 #d2ef98 #efb698

Monochromatic Colors of #efe198

#efe198

Complementary Color

#efe198 #98a6ef

#efe198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe198 Color CSS Codes

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

#efe198 Text Font Color

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

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


#efe198 Background Color

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

This div background color is #efe198


#efe198 Border Color

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

This div border color is #efe198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe198


Comments

No comments written yet.

Please login to write comment.