Color Hex Logo

#edfc92 Color Hex

#EDFC92
(237,252,146)
0 Favorites   0 Comments

Color spaces of #edfc92

RGB 237252146
HSL0.190.950.78
HSV68°42°99°
CMYK 0.060.000.42   0.01
XYZ74.923889.700740.5592
Yxy89.70070.36520.4372
Hunter Lab94.7105-24.535040.9067
CIE-Lab95.8725-20.327648.9795

#edfc92 color RGB value is (237,252,146).

#edfc92 hex color red value is 237, green value is 252 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #edfc92 hue: 0.19 , saturation: 0.95 and the lightness value of edfc92 is 0.78.

The process color (four color CMYK) of #edfc92 color hex is 0.06, 0.00, 0.42, 0.01. Web safe color of #edfc92 is #ffff99. Color #edfc92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 10010010
Octal 355 374 222
Decimal 237 252 146
Hex ED FC 92

RGB Percentages of Color #edfc92

%37.32
%39.69
%22.99

CMYK Percentages of Color #edfc92

%6
%0
%42
%1

Triadic Colors of #edfc92

#edfc92 #92edfc #fc92ed

Analogous Colors of #edfc92

#edfc92 #b8fc92 #fcd692

Monochromatic Colors of #edfc92

#edfc92

Complementary Color

#edfc92 #a192fc

#edfc92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfc92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfc92 Color CSS Codes

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

#edfc92 Text Font Color

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

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


#edfc92 Background Color

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

This div background color is #edfc92


#edfc92 Border Color

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

This div border color is #edfc92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfc92


Comments

No comments written yet.

Please login to write comment.