Color Hex Logo

#0fffda Color Hex

#0FFFDA
(15,255,218)
0 Favorites   0 Comments

Color spaces of #0fffda

RGB 15255218
HSL0.471.000.53
HSV171°94°100°
CMYK 0.940.000.15   0.00
XYZ48.611976.683578.5690
Yxy76.68350.23850.3761
Hunter Lab87.5691-54.15598.1020
CIE-Lab90.1757-57.79703.6735

#0fffda color RGB value is (15,255,218).

#0fffda hex color red value is 15, green value is 255 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0fffda hue: 0.47 , saturation: 1.00 and the lightness value of 0fffda is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111111 11011010
Octal 17 377 332
Decimal 15 255 218
Hex F FF DA

RGB Percentages of Color #0fffda

%3.07
%52.25
%44.67

CMYK Percentages of Color #0fffda

%94
%0
%15
%0

Triadic Colors of #0fffda

#0fffda #da0fff #ffda0f

Analogous Colors of #0fffda

#0fffda #0facff #0fff62

Monochromatic Colors of #0fffda

#0fffda

Complementary Color

#0fffda #ff0f34

#0fffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fffda Color CSS Codes

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

#0fffda Text Font Color

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

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


#0fffda Background Color

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

This div background color is #0fffda


#0fffda Border Color

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

This div border color is #0fffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fffda

#0fffda Color Palettes


Comments

No comments written yet.

Please login to write comment.