Color Hex Logo

#0fefd5 Color Hex

#0FEFD5
(15,239,213)
0 Favorites   0 Comments

Color spaces of #0fefd5

RGB 15239213
HSL0.480.880.50
HSV173°94°94°
CMYK 0.940.000.11   0.06
XYZ43.073766.638773.5431
Yxy66.63870.23500.3636
Hunter Lab81.6325-48.67083.7282
CIE-Lab85.3212-52.6731-0.7869

#0fefd5 color RGB value is (15,239,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101111 11010101
Octal 17 357 325
Decimal 15 239 213
Hex F EF D5

RGB Percentages of Color #0fefd5

%3.21
%51.18
%45.61

CMYK Percentages of Color #0fefd5

%94
%0
%11
%6

Triadic Colors of #0fefd5

#0fefd5 #d50fef #efd50f

Analogous Colors of #0fefd5

#0fefd5 #0f99ef #0fef65

Monochromatic Colors of #0fefd5

#0fefd5

Complementary Color

#0fefd5 #ef0f29

#0fefd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fefd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fefd5 Color CSS Codes

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

#0fefd5 Text Font Color

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

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


#0fefd5 Background Color

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

This div background color is #0fefd5


#0fefd5 Border Color

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

This div border color is #0fefd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fefd5


Comments

No comments written yet.

Please login to write comment.