Color Hex Logo

#0feddc Color Hex

#0FEDDC
(15,237,220)
0 Favorites   0 Comments

Color spaces of #0feddc

RGB 15237220
HSL0.490.880.49
HSV175°94°93°
CMYK 0.940.000.07   0.07
XYZ43.399565.837278.1306
Yxy65.83720.23160.3514
Hunter Lab81.1401-46.5207-0.2928
CIE-Lab84.9133-49.9492-5.0654

#0feddc color RGB value is (15,237,220).

#0feddc hex color red value is 15, green value is 237 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0feddc hue: 0.49 , saturation: 0.88 and the lightness value of 0feddc is 0.49.

The process color (four color CMYK) of #0feddc color hex is 0.94, 0.00, 0.07, 0.07. Web safe color of #0feddc is #00ffcc. Color #0feddc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101101 11011100
Octal 17 355 334
Decimal 15 237 220
Hex F ED DC

RGB Percentages of Color #0feddc

%3.18
%50.21
%46.61

CMYK Percentages of Color #0feddc

%94
%0
%7
%7

Triadic Colors of #0feddc

#0feddc #dc0fed #eddc0f

Analogous Colors of #0feddc

#0feddc #0f8fed #0fed6d

Monochromatic Colors of #0feddc

#0feddc

Complementary Color

#0feddc #ed0f20

#0feddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0feddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0feddc Color CSS Codes

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

#0feddc Text Font Color

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

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


#0feddc Background Color

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

This div background color is #0feddc


#0feddc Border Color

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

This div border color is #0feddc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,237,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0feddc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0feddc;
  -webkit-box-shadow: 1px 1px 3px 2px #0feddc;
  box-shadow:         1px 1px 3px 2px #0feddc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0feddc


Comments

No comments written yet.

Please login to write comment.