Color Hex Logo

#efe201 Color Hex

#EFE201
(239,226,1)
0 Favorites   0 Comments

Color spaces of #efe201

RGB 2392261
HSL0.160.990.47
HSV57°100°94°
CMYK 0.000.051.00   0.06
XYZ62.798472.745610.7602
Yxy72.74560.42920.4972
Hunter Lab85.2910-17.832752.2238
CIE-Lab88.3262-14.196987.4065

#efe201 color RGB value is (239,226,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 00000001
Octal 357 342 1
Decimal 239 226 1
Hex EF E2 1

RGB Percentages of Color #efe201

%51.29
%48.50
%0.21

CMYK Percentages of Color #efe201

%0
%5
%100
%6

Triadic Colors of #efe201

#efe201 #01efe2 #e201ef

Analogous Colors of #efe201

#efe201 #85ef01 #ef6b01

Monochromatic Colors of #efe201

#efe201

Complementary Color

#efe201 #010eef

#efe201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe201 Color CSS Codes

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

#efe201 Text Font Color

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

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


#efe201 Background Color

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

This div background color is #efe201


#efe201 Border Color

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

This div border color is #efe201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe201


Comments

No comments written yet.

Please login to write comment.