Color Hex Logo

#efdb88 Color Hex

#EFDB88
(239,219,136)
0 Favorites   0 Comments

Color spaces of #efdb88

RGB 239219136
HSL0.130.760.74
HSV48°43°94°
CMYK 0.000.080.43   0.06
XYZ65.372170.791333.5112
Yxy70.79130.38530.4172
Hunter Lab84.1376-8.552235.2816
CIE-Lab87.3835-4.263643.2144

#efdb88 color RGB value is (239,219,136).

#efdb88 hex color red value is 239, green value is 219 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #efdb88 hue: 0.13 , saturation: 0.76 and the lightness value of efdb88 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 10001000
Octal 357 333 210
Decimal 239 219 136
Hex EF DB 88

RGB Percentages of Color #efdb88

%40.24
%36.87
%22.90

CMYK Percentages of Color #efdb88

%0
%8
%43
%6

Triadic Colors of #efdb88

#efdb88 #88efdb #db88ef

Analogous Colors of #efdb88

#efdb88 #d0ef88 #efa888

Monochromatic Colors of #efdb88

#efdb88

Complementary Color

#efdb88 #889cef

#efdb88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb88 Color CSS Codes

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

#efdb88 Text Font Color

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

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


#efdb88 Background Color

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

This div background color is #efdb88


#efdb88 Border Color

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

This div border color is #efdb88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb88


Comments

No comments written yet.

Please login to write comment.