Color Hex Logo

#0fe4cf Color Hex

#0FE4CF
(15,228,207)
0 Favorites   0 Comments

Color spaces of #0fe4cf

RGB 15228207
HSL0.480.880.48
HSV174°93°89°
CMYK 0.930.000.09   0.11
XYZ39.202960.093468.5645
Yxy60.09340.23350.3580
Hunter Lab77.5199-45.39001.8234
CIE-Lab81.8889-49.7463-2.6519

#0fe4cf color RGB value is (15,228,207).

#0fe4cf hex color red value is 15, green value is 228 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #0fe4cf hue: 0.48 , saturation: 0.88 and the lightness value of 0fe4cf is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11100100 11001111
Octal 17 344 317
Decimal 15 228 207
Hex F E4 CF

RGB Percentages of Color #0fe4cf

%3.33
%50.67
%46.00

CMYK Percentages of Color #0fe4cf

%93
%0
%9
%11

Triadic Colors of #0fe4cf

#0fe4cf #cf0fe4 #e4cf0f

Analogous Colors of #0fe4cf

#0fe4cf #0f8fe4 #0fe465

Monochromatic Colors of #0fe4cf

#0fe4cf

Complementary Color

#0fe4cf #e40f24

#0fe4cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fe4cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fe4cf Color CSS Codes

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

#0fe4cf Text Font Color

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

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


#0fe4cf Background Color

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

This div background color is #0fe4cf


#0fe4cf Border Color

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

This div border color is #0fe4cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fe4cf


Comments

No comments written yet.

Please login to write comment.