Color Hex Logo

#0fca7e Color Hex

#0FCA7E
(15,202,126)
0 Favorites   0 Comments

Color spaces of #0fca7e

RGB 15202126
HSL0.430.860.43
HSV156°93°79°
CMYK 0.930.000.38   0.21
XYZ25.083443.849026.8803
Yxy43.84900.26180.4577
Hunter Lab66.2186-48.267222.2852
CIE-Lab72.1275-59.144726.4792

#0fca7e color RGB value is (15,202,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001010 01111110
Octal 17 312 176
Decimal 15 202 126
Hex F CA 7E

RGB Percentages of Color #0fca7e

%4.37
%58.89
%36.73

CMYK Percentages of Color #0fca7e

%93
%0
%38
%21

Triadic Colors of #0fca7e

#0fca7e #7e0fca #ca7e0f

Analogous Colors of #0fca7e

#0fca7e #0fb9ca #0fca21

Monochromatic Colors of #0fca7e

#0fca7e

Complementary Color

#0fca7e #ca0f5b

#0fca7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fca7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fca7e Color CSS Codes

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

#0fca7e Text Font Color

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

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


#0fca7e Background Color

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

This div background color is #0fca7e


#0fca7e Border Color

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

This div border color is #0fca7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fca7e


Comments

No comments written yet.

Please login to write comment.