Color Hex Logo

#efebd5 Color Hex

#EFEBD5
(239,235,213)
0 Favorites   0 Comments

Color spaces of #efebd5

RGB 239235213
HSL0.140.450.89
HSV51°11°94°
CMYK 0.000.020.11   0.06
XYZ77.315282.571574.8137
Yxy82.57150.32940.3518
Hunter Lab90.8689-7.144914.7939
CIE-Lab92.8265-2.335711.1486

#efebd5 color RGB value is (239,235,213).

#efebd5 hex color red value is 239, green value is 235 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #efebd5 hue: 0.14 , saturation: 0.45 and the lightness value of efebd5 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 11010101
Octal 357 353 325
Decimal 239 235 213
Hex EF EB D5

RGB Percentages of Color #efebd5

%34.79
%34.21
%31.00

CMYK Percentages of Color #efebd5

%0
%2
%11
%6

Triadic Colors of #efebd5

#efebd5 #d5efeb #ebd5ef

Analogous Colors of #efebd5

#efebd5 #e6efd5 #efded5

Monochromatic Colors of #efebd5

#efebd5

Complementary Color

#efebd5 #d5d9ef

#efebd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebd5 Color CSS Codes

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

#efebd5 Text Font Color

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

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


#efebd5 Background Color

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

This div background color is #efebd5


#efebd5 Border Color

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

This div border color is #efebd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebd5


Comments

No comments written yet.

Please login to write comment.