Color Hex Logo

#0fdfea Color Hex

#0FDFEA
(15,223,234)
0 Favorites   0 Comments

Color spaces of #0fdfea

RGB 15223234
HSL0.510.880.49
HSV183°94°92°
CMYK 0.940.050.00   0.08
XYZ41.436058.817487.0109
Yxy58.81740.22130.3141
Hunter Lab76.6925-37.7706-13.5823
CIE-Lab81.1911-39.8016-18.0248

#0fdfea color RGB value is (15,223,234).

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

The process color (four color CMYK) of #0fdfea color hex is 0.94, 0.05, 0.00, 0.08. Web safe color of #0fdfea is #00ccff. Color #0fdfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011111 11101010
Octal 17 337 352
Decimal 15 223 234
Hex F DF EA

RGB Percentages of Color #0fdfea

%3.18
%47.25
%49.58

CMYK Percentages of Color #0fdfea

%94
%5
%0
%8

Triadic Colors of #0fdfea

#0fdfea #ea0fdf #dfea0f

Analogous Colors of #0fdfea

#0fdfea #0f72ea #0fea88

Monochromatic Colors of #0fdfea

#0fdfea

Complementary Color

#0fdfea #ea1a0f

#0fdfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdfea Color CSS Codes

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

#0fdfea Text Font Color

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

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


#0fdfea Background Color

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

This div background color is #0fdfea


#0fdfea Border Color

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

This div border color is #0fdfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdfea


Comments

No comments written yet.

Please login to write comment.