Color Hex Logo

#efbd83 Color Hex

#EFBD83
(239,189,131)
0 Favorites   0 Comments

Color spaces of #efbd83

RGB 239189131
HSL0.090.770.73
HSV32°45°94°
CMYK 0.000.210.45   0.06
XYZ57.890956.384629.3049
Yxy56.38460.40320.3927
Hunter Lab75.08976.208929.4239
CIE-Lab79.832210.762436.0991

#efbd83 color RGB value is (239,189,131).

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

The process color (four color CMYK) of #efbd83 color hex is 0.00, 0.21, 0.45, 0.06. Web safe color of #efbd83 is #ffcc99. Color #efbd83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 10000011
Octal 357 275 203
Decimal 239 189 131
Hex EF BD 83

RGB Percentages of Color #efbd83

%42.75
%33.81
%23.43

CMYK Percentages of Color #efbd83

%0
%21
%45
%6

Triadic Colors of #efbd83

#efbd83 #83efbd #bd83ef

Analogous Colors of #efbd83

#efbd83 #ebef83 #ef8783

Monochromatic Colors of #efbd83

#efbd83

Complementary Color

#efbd83 #83b5ef

#efbd83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd83 Color CSS Codes

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

#efbd83 Text Font Color

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

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


#efbd83 Background Color

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

This div background color is #efbd83


#efbd83 Border Color

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

This div border color is #efbd83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd83


Comments

No comments written yet.

Please login to write comment.