Color Hex Logo

#0fcfab Color Hex

#0FCFAB
(15,207,171)
0 Favorites   0 Comments

Color spaces of #0fcfab

RGB 15207171
HSL0.470.860.44
HSV169°93°81°
CMYK 0.930.000.17   0.19
XYZ29.860547.667546.1550
Yxy47.66750.24140.3854
Hunter Lab69.0417-43.62178.6932
CIE-Lab74.6147-50.67685.9932

#0fcfab color RGB value is (15,207,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001111 10101011
Octal 17 317 253
Decimal 15 207 171
Hex F CF AB

RGB Percentages of Color #0fcfab

%3.82
%52.67
%43.51

CMYK Percentages of Color #0fcfab

%93
%0
%17
%19

Triadic Colors of #0fcfab

#0fcfab #ab0fcf #cfab0f

Analogous Colors of #0fcfab

#0fcfab #0f93cf #0fcf4b

Monochromatic Colors of #0fcfab

#0fcfab

Complementary Color

#0fcfab #cf0f33

#0fcfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcfab Color CSS Codes

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

#0fcfab Text Font Color

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

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


#0fcfab Background Color

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

This div background color is #0fcfab


#0fcfab Border Color

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

This div border color is #0fcfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcfab


Comments

No comments written yet.

Please login to write comment.