Color Hex Logo

#efce98 Color Hex

#EFCE98
(239,206,152)
0 Favorites   0 Comments

Color spaces of #efce98

RGB 239206152
HSL0.100.730.77
HSV37°36°94°
CMYK 0.000.140.36   0.06
XYZ63.335464.760338.8676
Yxy64.76030.37930.3879
Hunter Lab80.4738-0.344027.6955
CIE-Lab84.36014.136531.1596

#efce98 color RGB value is (239,206,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 10011000
Octal 357 316 230
Decimal 239 206 152
Hex EF CE 98

RGB Percentages of Color #efce98

%40.03
%34.51
%25.46

CMYK Percentages of Color #efce98

%0
%14
%36
%6

Triadic Colors of #efce98

#efce98 #98efce #ce98ef

Analogous Colors of #efce98

#efce98 #e5ef98 #efa398

Monochromatic Colors of #efce98

#efce98

Complementary Color

#efce98 #98b9ef

#efce98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efce98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efce98 Color CSS Codes

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

#efce98 Text Font Color

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

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


#efce98 Background Color

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

This div background color is #efce98


#efce98 Border Color

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

This div border color is #efce98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efce98


Comments

No comments written yet.

Please login to write comment.