Color Hex Logo

#0fcdc0 Color Hex

#0FCDC0
(15,205,192)
1 Favorites   0 Comments

Color spaces of #0fcdc0

RGB 15205192
HSL0.490.860.43
HSV176°93°80°
CMYK 0.930.000.06   0.20
XYZ31.542847.570057.3886
Yxy47.57000.23110.3485
Hunter Lab68.9710-39.0651-1.0536
CIE-Lab74.5529-44.1433-5.4286

#0fcdc0 color RGB value is (15,205,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001101 11000000
Octal 17 315 300
Decimal 15 205 192
Hex F CD C0

RGB Percentages of Color #0fcdc0

%3.64
%49.76
%46.60

CMYK Percentages of Color #0fcdc0

%93
%0
%6
%20

Triadic Colors of #0fcdc0

#0fcdc0 #c00fcd #cdc00f

Analogous Colors of #0fcdc0

#0fcdc0 #0f7bcd #0fcd61

Monochromatic Colors of #0fcdc0

#0fcdc0

Complementary Color

#0fcdc0 #cd0f1c

#0fcdc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcdc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcdc0 Color CSS Codes

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

#0fcdc0 Text Font Color

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

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


#0fcdc0 Background Color

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

This div background color is #0fcdc0


#0fcdc0 Border Color

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

This div border color is #0fcdc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcdc0


Comments

No comments written yet.

Please login to write comment.