Color Hex Logo

#0edfca Color Hex

#0EDFCA
(14,223,202)
0 Favorites   0 Comments

Color spaces of #0edfca

RGB 14223202
HSL0.480.880.46
HSV174°94°87°
CMYK 0.940.000.09   0.13
XYZ37.229457.133064.9427
Yxy57.13300.23370.3586
Hunter Lab75.5864-44.35761.9694
CIE-Lab80.2543-49.0539-2.3969

#0edfca color RGB value is (14,223,202).

#0edfca hex color red value is 14, green value is 223 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0edfca hue: 0.48 , saturation: 0.88 and the lightness value of 0edfca is 0.46.

The process color (four color CMYK) of #0edfca color hex is 0.94, 0.00, 0.09, 0.13. Web safe color of #0edfca is #00cccc. Color #0edfca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011111 11001010
Octal 16 337 312
Decimal 14 223 202
Hex E DF CA

RGB Percentages of Color #0edfca

%3.19
%50.80
%46.01

CMYK Percentages of Color #0edfca

%94
%0
%9
%13

Triadic Colors of #0edfca

#0edfca #ca0edf #dfca0e

Analogous Colors of #0edfca

#0edfca #0e8cdf #0edf62

Monochromatic Colors of #0edfca

#0edfca

Complementary Color

#0edfca #df0e23

#0edfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edfca Color CSS Codes

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

#0edfca Text Font Color

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

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


#0edfca Background Color

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

This div background color is #0edfca


#0edfca Border Color

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

This div border color is #0edfca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,223,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0edfca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0edfca;
  -webkit-box-shadow: 1px 1px 3px 2px #0edfca;
  box-shadow:         1px 1px 3px 2px #0edfca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,223,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edfca


Comments

No comments written yet.

Please login to write comment.