Color Hex Logo

#efdc52 Color Hex

#EFDC52
(239,220,82)
0 Favorites   0 Comments

Color spaces of #efdc52

RGB 23922082
HSL0.150.830.63
HSV53°66°94°
CMYK 0.000.080.66   0.06
XYZ62.712870.146318.2169
Yxy70.14630.41510.4643
Hunter Lab83.7534-12.911345.7314
CIE-Lab87.0686-8.973867.4994

#efdc52 color RGB value is (239,220,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 01010010
Octal 357 334 122
Decimal 239 220 82
Hex EF DC 52

RGB Percentages of Color #efdc52

%44.18
%40.67
%15.16

CMYK Percentages of Color #efdc52

%0
%8
%66
%6

Triadic Colors of #efdc52

#efdc52 #52efdc #dc52ef

Analogous Colors of #efdc52

#efdc52 #b4ef52 #ef8e52

Monochromatic Colors of #efdc52

#efdc52

Complementary Color

#efdc52 #5265ef

#efdc52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdc52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdc52 Color CSS Codes

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

#efdc52 Text Font Color

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

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


#efdc52 Background Color

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

This div background color is #efdc52


#efdc52 Border Color

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

This div border color is #efdc52


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,220,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 #efdc52">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdc52


Comments

No comments written yet.

Please login to write comment.