Color Hex Logo

#00ddfb Color Hex

#00DDFB
(0,221,251)
0 Favorites   0 Comments

Color spaces of #00ddfb

RGB 0221251
HSL0.521.000.49
HSV187°100°98°
CMYK 1.000.120.00   0.02
XYZ43.269058.6779100.3122
Yxy58.67790.21390.2901
Hunter Lab76.6015-33.2254-24.0212
CIE-Lab81.1142-33.9602-27.1699

#00ddfb color RGB value is (0,221,251).

#00ddfb hex color red value is 0, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #00ddfb hue: 0.52 , saturation: 1.00 and the lightness value of 00ddfb is 0.49.

The process color (four color CMYK) of #00ddfb color hex is 1.00, 0.12, 0.00, 0.02. Web safe color of #00ddfb is #00ccff. Color #00ddfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011101 11111011
Octal 0 335 373
Decimal 0 221 251
Hex 0 DD FB

RGB Percentages of Color #00ddfb

%0.00
%46.82
%53.18

CMYK Percentages of Color #00ddfb

%100
%12
%0
%2

Triadic Colors of #00ddfb

#00ddfb #fb00dd #ddfb00

Analogous Colors of #00ddfb

#00ddfb #0060fb #00fb9c

Monochromatic Colors of #00ddfb

#00ddfb

Complementary Color

#00ddfb #fb1e00

#00ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ddfb Color CSS Codes

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

#00ddfb Text Font Color

<p style="color:#00ddfb">Text here</p>

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


#00ddfb Background Color

<div style="background-color:#00ddfb">
Div content here</div>

This div background color is #00ddfb


#00ddfb Border Color

<div style="border:3px solid #00ddfb">
Div here</div>

This div border color is #00ddfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,221,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ddfb


Comments

No comments written yet.

Please login to write comment.