Color Hex Logo

#0fdcd8 Color Hex

#0FDCD8
(15,220,216)
0 Favorites   0 Comments

Color spaces of #0fdcd8

RGB 15220216
HSL0.500.870.46
HSV179°93°86°
CMYK 0.930.000.02   0.14
XYZ38.184956.245873.8097
Yxy56.24580.22700.3343
Hunter Lab74.9972-40.3616-5.8532
CIE-Lab79.7535-43.7918-10.5980

#0fdcd8 color RGB value is (15,220,216).

#0fdcd8 hex color red value is 15, green value is 220 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #0fdcd8 hue: 0.50 , saturation: 0.87 and the lightness value of 0fdcd8 is 0.46.

The process color (four color CMYK) of #0fdcd8 color hex is 0.93, 0.00, 0.02, 0.14. Web safe color of #0fdcd8 is #00cccc. Color #0fdcd8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011100 11011000
Octal 17 334 330
Decimal 15 220 216
Hex F DC D8

RGB Percentages of Color #0fdcd8

%3.33
%48.78
%47.89

CMYK Percentages of Color #0fdcd8

%93
%0
%2
%14

Triadic Colors of #0fdcd8

#0fdcd8 #d80fdc #dcd80f

Analogous Colors of #0fdcd8

#0fdcd8 #0f7adc #0fdc72

Monochromatic Colors of #0fdcd8

#0fdcd8

Complementary Color

#0fdcd8 #dc0f13

#0fdcd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdcd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdcd8 Color CSS Codes

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

#0fdcd8 Text Font Color

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

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


#0fdcd8 Background Color

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

This div background color is #0fdcd8


#0fdcd8 Border Color

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

This div border color is #0fdcd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdcd8


Comments

No comments written yet.

Please login to write comment.