Color Hex Logo

#efbd6b Color Hex

#EFBD6B
(239,189,107)
0 Favorites   0 Comments

Color spaces of #efbd6b

RGB 239189107
HSL0.100.800.68
HSV37°55°94°
CMYK 0.000.210.55   0.06
XYZ56.448055.807521.7067
Yxy55.80750.42140.4166
Hunter Lab74.70444.145135.0653
CIE-Lab79.50418.625547.8269

#efbd6b color RGB value is (239,189,107).

#efbd6b hex color red value is 239, green value is 189 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #efbd6b hue: 0.10 , saturation: 0.80 and the lightness value of efbd6b is 0.68.

The process color (four color CMYK) of #efbd6b color hex is 0.00, 0.21, 0.55, 0.06. Web safe color of #efbd6b is #ffcc66. Color #efbd6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 01101011
Octal 357 275 153
Decimal 239 189 107
Hex EF BD 6B

RGB Percentages of Color #efbd6b

%44.67
%35.33
%20.00

CMYK Percentages of Color #efbd6b

%0
%21
%55
%6

Triadic Colors of #efbd6b

#efbd6b #6befbd #bd6bef

Analogous Colors of #efbd6b

#efbd6b #dfef6b #ef7b6b

Monochromatic Colors of #efbd6b

#efbd6b

Complementary Color

#efbd6b #6b9def

#efbd6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd6b Color CSS Codes

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

#efbd6b Text Font Color

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

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


#efbd6b Background Color

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

This div background color is #efbd6b


#efbd6b Border Color

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

This div border color is #efbd6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd6b


Comments

No comments written yet.

Please login to write comment.