Color Hex Logo

#0feffd Color Hex

#0FEFFD
(15,239,253)
0 Favorites   0 Comments

Color spaces of #0feffd

RGB 15239253
HSL0.510.980.53
HSV184°94°99°
CMYK 0.940.060.00   0.01
XYZ48.793168.9264103.6610
Yxy68.92640.22040.3113
Hunter Lab83.0219-40.3815-15.9140
CIE-Lab86.4676-41.3174-20.0819

#0feffd color RGB value is (15,239,253).

#0feffd hex color red value is 15, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #0feffd hue: 0.51 , saturation: 0.98 and the lightness value of 0feffd is 0.53.

The process color (four color CMYK) of #0feffd color hex is 0.94, 0.06, 0.00, 0.01. Web safe color of #0feffd is #00ffff. Color #0feffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101111 11111101
Octal 17 357 375
Decimal 15 239 253
Hex F EF FD

RGB Percentages of Color #0feffd

%2.96
%47.14
%49.90

CMYK Percentages of Color #0feffd

%94
%6
%0
%1

Triadic Colors of #0feffd

#0feffd #fd0fef #effd0f

Analogous Colors of #0feffd

#0feffd #0f78fd #0ffd94

Monochromatic Colors of #0feffd

#0feffd

Complementary Color

#0feffd #fd1d0f

#0feffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0feffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0feffd Color CSS Codes

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

#0feffd Text Font Color

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

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


#0feffd Background Color

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

This div background color is #0feffd


#0feffd Border Color

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

This div border color is #0feffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0feffd

Related Colors


Comments

No comments written yet.

Please login to write comment.