Color Hex Logo

#efbd01 Color Hex

#EFBD01
(239,189,1)
0 Favorites   0 Comments

Color spaces of #efbd01

RGB 2391891
HSL0.130.990.47
HSV47°100°94°
CMYK 0.000.211.00   0.06
XYZ53.799754.74817.7606
Yxy54.74810.46260.4707
Hunter Lab73.99200.301845.5758
CIE-Lab78.89594.568980.6907

#efbd01 color RGB value is (239,189,1).

#efbd01 hex color red value is 239, green value is 189 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #efbd01 hue: 0.13 , saturation: 0.99 and the lightness value of efbd01 is 0.47.

The process color (four color CMYK) of #efbd01 color hex is 0.00, 0.21, 1.00, 0.06. Web safe color of #efbd01 is #ffcc00. Color #efbd01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 00000001
Octal 357 275 1
Decimal 239 189 1
Hex EF BD 1

RGB Percentages of Color #efbd01

%55.71
%44.06
%0.23

CMYK Percentages of Color #efbd01

%0
%21
%100
%6

Triadic Colors of #efbd01

#efbd01 #01efbd #bd01ef

Analogous Colors of #efbd01

#efbd01 #aaef01 #ef4601

Monochromatic Colors of #efbd01

#efbd01

Complementary Color

#efbd01 #0133ef

#efbd01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd01 Color CSS Codes

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

#efbd01 Text Font Color

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

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


#efbd01 Background Color

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

This div background color is #efbd01


#efbd01 Border Color

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

This div border color is #efbd01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd01


Comments

No comments written yet.

Please login to write comment.