Color Hex Logo

#0fdeeb Color Hex

#0FDEEB
(15,222,235)
0 Favorites   0 Comments

Color spaces of #0fdeeb

RGB 15222235
HSL0.510.880.49
HSV184°94°92°
CMYK 0.940.060.00   0.08
XYZ41.313758.342387.6810
Yxy58.34230.22050.3114
Hunter Lab76.3821-37.1213-14.5930
CIE-Lab80.9287-39.0440-18.9524

#0fdeeb color RGB value is (15,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011110 11101011
Octal 17 336 353
Decimal 15 222 235
Hex F DE EB

RGB Percentages of Color #0fdeeb

%3.18
%47.03
%49.79

CMYK Percentages of Color #0fdeeb

%94
%6
%0
%8

Triadic Colors of #0fdeeb

#0fdeeb #eb0fde #deeb0f

Analogous Colors of #0fdeeb

#0fdeeb #0f70eb #0feb8a

Monochromatic Colors of #0fdeeb

#0fdeeb

Complementary Color

#0fdeeb #eb1c0f

#0fdeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdeeb Color CSS Codes

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

#0fdeeb Text Font Color

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

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


#0fdeeb Background Color

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

This div background color is #0fdeeb


#0fdeeb Border Color

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

This div border color is #0fdeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdeeb


Comments

No comments written yet.

Please login to write comment.