Color Hex Logo

#efebbd Color Hex

#EFEBBD
(239,235,189)
0 Favorites   0 Comments

Color spaces of #efebbd

RGB 239235189
HSL0.150.610.84
HSV55°21°94°
CMYK 0.000.020.21   0.06
XYZ74.490281.441559.9378
Yxy81.44150.34510.3773
Hunter Lab90.2449-10.590823.7929
CIE-Lab92.3278-5.941522.8603

#efebbd color RGB value is (239,235,189).

#efebbd hex color red value is 239, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #efebbd hue: 0.15 , saturation: 0.61 and the lightness value of efebbd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 10111101
Octal 357 353 275
Decimal 239 235 189
Hex EF EB BD

RGB Percentages of Color #efebbd

%36.05
%35.44
%28.51

CMYK Percentages of Color #efebbd

%0
%2
%21
%6

Triadic Colors of #efebbd

#efebbd #bdefeb #ebbdef

Analogous Colors of #efebbd

#efebbd #daefbd #efd2bd

Monochromatic Colors of #efebbd

#efebbd

Complementary Color

#efebbd #bdc1ef

#efebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebbd Color CSS Codes

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

#efebbd Text Font Color

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

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


#efebbd Background Color

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

This div background color is #efebbd


#efebbd Border Color

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

This div border color is #efebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebbd


Comments

No comments written yet.

Please login to write comment.