Color Hex Logo

#edfc71 Color Hex

#EDFC71
(237,252,113)
0 Favorites   0 Comments

Color spaces of #edfc71

RGB 237252113
HSL0.180.960.72
HSV66°55°99°
CMYK 0.060.000.55   0.01
XYZ72.716188.817628.9337
Yxy88.81760.38180.4663
Hunter Lab94.2431-27.198347.7675
CIE-Lab95.5041-23.321863.6672

#edfc71 color RGB value is (237,252,113).

#edfc71 hex color red value is 237, green value is 252 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #edfc71 hue: 0.18 , saturation: 0.96 and the lightness value of edfc71 is 0.72.

The process color (four color CMYK) of #edfc71 color hex is 0.06, 0.00, 0.55, 0.01. Web safe color of #edfc71 is #ffff66. Color #edfc71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 01110001
Octal 355 374 161
Decimal 237 252 113
Hex ED FC 71

RGB Percentages of Color #edfc71

%39.37
%41.86
%18.77

CMYK Percentages of Color #edfc71

%6
%0
%55
%1

Triadic Colors of #edfc71

#edfc71 #71edfc #fc71ed

Analogous Colors of #edfc71

#edfc71 #a8fc71 #fcc671

Monochromatic Colors of #edfc71

#edfc71

Complementary Color

#edfc71 #8071fc

#edfc71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfc71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfc71 Color CSS Codes

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

#edfc71 Text Font Color

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

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


#edfc71 Background Color

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

This div background color is #edfc71


#edfc71 Border Color

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

This div border color is #edfc71


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,252,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #edfc71; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #edfc71;
  -webkit-box-shadow: 1px 1px 3px 2px #edfc71;
  box-shadow:         1px 1px 3px 2px #edfc71; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,252,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfc71


Comments

No comments written yet.

Please login to write comment.