Color Hex Logo

#efbd52 Color Hex

#EFBD52
(239,189,82)
0 Favorites   0 Comments

Color spaces of #efbd52

RGB 23918982
HSL0.110.830.63
HSV41°66°94°
CMYK 0.000.210.66   0.06
XYZ55.317255.355115.7517
Yxy55.35510.43760.4379
Hunter Lab74.40102.513139.5282
CIE-Lab79.24546.915559.2251

#efbd52 color RGB value is (239,189,82).

#efbd52 hex color red value is 239, green value is 189 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #efbd52 hue: 0.11 , saturation: 0.83 and the lightness value of efbd52 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 01010010
Octal 357 275 122
Decimal 239 189 82
Hex EF BD 52

RGB Percentages of Color #efbd52

%46.86
%37.06
%16.08

CMYK Percentages of Color #efbd52

%0
%21
%66
%6

Triadic Colors of #efbd52

#efbd52 #52efbd #bd52ef

Analogous Colors of #efbd52

#efbd52 #d3ef52 #ef6f52

Monochromatic Colors of #efbd52

#efbd52

Complementary Color

#efbd52 #5284ef

#efbd52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd52 Color CSS Codes

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

#efbd52 Text Font Color

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

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


#efbd52 Background Color

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

This div background color is #efbd52


#efbd52 Border Color

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

This div border color is #efbd52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd52


Comments

No comments written yet.

Please login to write comment.