Color Hex Logo

#0fcabe Color Hex

#0FCABE
(15,202,190)
0 Favorites   0 Comments

Color spaces of #0fcabe

RGB 15202190
HSL0.490.860.43
HSV176°93°79°
CMYK 0.930.000.06   0.21
XYZ30.611846.060355.9923
Yxy46.06030.23070.3472
Hunter Lab67.8677-38.2560-1.4081
CIE-Lab73.5846-43.4096-5.7770

#0fcabe color RGB value is (15,202,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001010 10111110
Octal 17 312 276
Decimal 15 202 190
Hex F CA BE

RGB Percentages of Color #0fcabe

%3.69
%49.63
%46.68

CMYK Percentages of Color #0fcabe

%93
%0
%6
%21

Triadic Colors of #0fcabe

#0fcabe #be0fca #cabe0f

Analogous Colors of #0fcabe

#0fcabe #0f79ca #0fca61

Monochromatic Colors of #0fcabe

#0fcabe

Complementary Color

#0fcabe #ca0f1b

#0fcabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcabe Color CSS Codes

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

#0fcabe Text Font Color

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

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


#0fcabe Background Color

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

This div background color is #0fcabe


#0fcabe Border Color

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

This div border color is #0fcabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcabe


Comments

No comments written yet.

Please login to write comment.