Color Hex Logo

#efdb55 Color Hex

#EFDB55
(239,219,85)
0 Favorites   0 Comments

Color spaces of #efdb55

RGB 23921985
HSL0.150.830.64
HSV52°64°94°
CMYK 0.000.080.64   0.06
XYZ62.567869.669618.7442
Yxy69.66960.41440.4614
Hunter Lab83.4683-12.266145.1133
CIE-Lab86.8346-8.300966.0427

#efdb55 color RGB value is (239,219,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 01010101
Octal 357 333 125
Decimal 239 219 85
Hex EF DB 55

RGB Percentages of Color #efdb55

%44.01
%40.33
%15.65

CMYK Percentages of Color #efdb55

%0
%8
%64
%6

Triadic Colors of #efdb55

#efdb55 #55efdb #db55ef

Analogous Colors of #efdb55

#efdb55 #b6ef55 #ef8e55

Monochromatic Colors of #efdb55

#efdb55

Complementary Color

#efdb55 #5569ef

#efdb55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb55 Color CSS Codes

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

#efdb55 Text Font Color

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

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


#efdb55 Background Color

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

This div background color is #efdb55


#efdb55 Border Color

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

This div border color is #efdb55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb55


Comments

No comments written yet.

Please login to write comment.