Color Hex Logo

#efebe5 Color Hex

#EFEBE5
(239,235,229)
0 Favorites   0 Comments

Color spaces of #efebe5

RGB 239235229
HSL0.100.240.92
HSV36°94°
CMYK 0.000.020.04   0.06
XYZ79.447883.424586.0439
Yxy83.42450.31920.3352
Hunter Lab91.3370-4.57498.0819
CIE-Lab93.20000.30713.3702

#efebe5 color RGB value is (239,235,229).

#efebe5 hex color red value is 239, green value is 235 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #efebe5 hue: 0.10 , saturation: 0.24 and the lightness value of efebe5 is 0.92.

The process color (four color CMYK) of #efebe5 color hex is 0.00, 0.02, 0.04, 0.06. Web safe color of #efebe5 is #ffffcc. Color #efebe5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 11100101
Octal 357 353 345
Decimal 239 235 229
Hex EF EB E5

RGB Percentages of Color #efebe5

%34.00
%33.43
%32.57

CMYK Percentages of Color #efebe5

%0
%2
%4
%6

Triadic Colors of #efebe5

#efebe5 #e5efeb #ebe5ef

Analogous Colors of #efebe5

#efebe5 #eeefe5 #efe6e5

Monochromatic Colors of #efebe5

#efebe5

Complementary Color

#efebe5 #e5e9ef

#efebe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebe5 Color CSS Codes

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

#efebe5 Text Font Color

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

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


#efebe5 Background Color

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

This div background color is #efebe5


#efebe5 Border Color

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

This div border color is #efebe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebe5

#efebe5 Color Palettes


Comments

No comments written yet.

Please login to write comment.