Color Hex Logo

#0fecca Color Hex

#0FECCA
(15,236,202)
0 Favorites   0 Comments

Color spaces of #0fecca

RGB 15236202
HSL0.470.880.49
HSV171°94°93°
CMYK 0.940.000.14   0.07
XYZ40.853164.356766.1460
Yxy64.35670.23840.3756
Hunter Lab80.2226-49.48917.2694
CIE-Lab84.1511-54.34653.2883

#0fecca color RGB value is (15,236,202).

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

The process color (four color CMYK) of #0fecca color hex is 0.94, 0.00, 0.14, 0.07. Web safe color of #0fecca is #00ffcc. Color #0fecca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101100 11001010
Octal 17 354 312
Decimal 15 236 202
Hex F EC CA

RGB Percentages of Color #0fecca

%3.31
%52.10
%44.59

CMYK Percentages of Color #0fecca

%94
%0
%14
%7

Triadic Colors of #0fecca

#0fecca #ca0fec #ecca0f

Analogous Colors of #0fecca

#0fecca #0fa0ec #0fec5c

Monochromatic Colors of #0fecca

#0fecca

Complementary Color

#0fecca #ec0f31

#0fecca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fecca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fecca Color CSS Codes

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

#0fecca Text Font Color

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

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


#0fecca Background Color

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

This div background color is #0fecca


#0fecca Border Color

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

This div border color is #0fecca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fecca


Comments

No comments written yet.

Please login to write comment.