Color Hex Logo

#0fddeb Color Hex

#0FDDEB
(15,221,235)
0 Favorites   0 Comments

Color spaces of #0fddeb

RGB 15221235
HSL0.510.880.49
HSV184°94°92°
CMYK 0.940.060.00   0.08
XYZ41.048857.812687.5927
Yxy57.81260.22020.3101
Hunter Lab76.0346-36.6937-15.0785
CIE-Lab80.6345-38.5870-19.3972

#0fddeb color RGB value is (15,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011101 11101011
Octal 17 335 353
Decimal 15 221 235
Hex F DD EB

RGB Percentages of Color #0fddeb

%3.18
%46.92
%49.89

CMYK Percentages of Color #0fddeb

%94
%6
%0
%8

Triadic Colors of #0fddeb

#0fddeb #eb0fdd #ddeb0f

Analogous Colors of #0fddeb

#0fddeb #0f6feb #0feb8b

Monochromatic Colors of #0fddeb

#0fddeb

Complementary Color

#0fddeb #eb1d0f

#0fddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fddeb Color CSS Codes

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

#0fddeb Text Font Color

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

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


#0fddeb Background Color

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

This div background color is #0fddeb


#0fddeb Border Color

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

This div border color is #0fddeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,221,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 #0fddeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fddeb


Comments

No comments written yet.

Please login to write comment.