Color Hex Logo

#0fcead Color Hex

#0FCEAD
(15,206,173)
0 Favorites   0 Comments

Color spaces of #0fcead

RGB 15206173
HSL0.470.860.43
HSV170°93°81°
CMYK 0.930.000.16   0.19
XYZ29.811147.261347.0863
Yxy47.26130.24010.3807
Hunter Lab68.7469-42.90307.5137
CIE-Lab74.3566-49.75174.5444

#0fcead color RGB value is (15,206,173).

#0fcead hex color red value is 15, green value is 206 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #0fcead hue: 0.47 , saturation: 0.86 and the lightness value of 0fcead is 0.43.

The process color (four color CMYK) of #0fcead color hex is 0.93, 0.00, 0.16, 0.19. Web safe color of #0fcead is #00cc99. Color #0fcead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001110 10101101
Octal 17 316 255
Decimal 15 206 173
Hex F CE AD

RGB Percentages of Color #0fcead

%3.81
%52.28
%43.91

CMYK Percentages of Color #0fcead

%93
%0
%16
%19

Triadic Colors of #0fcead

#0fcead #ad0fce #cead0f

Analogous Colors of #0fcead

#0fcead #0f90ce #0fce4e

Monochromatic Colors of #0fcead

#0fcead

Complementary Color

#0fcead #ce0f30

#0fcead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcead Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcead Color CSS Codes

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

#0fcead Text Font Color

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

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


#0fcead Background Color

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

This div background color is #0fcead


#0fcead Border Color

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

This div border color is #0fcead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcead


Comments

No comments written yet.

Please login to write comment.