Color Hex Logo

#01dbff Color Hex

#01DBFF
(1,219,255)
0 Favorites   0 Comments

Color spaces of #01dbff

RGB 1219255
HSL0.521.000.50
HSV189°100°100°
CMYK 1.000.140.00   0.00
XYZ43.394057.8895103.4944
Yxy57.88950.21190.2827
Hunter Lab76.0851-31.3443-27.3893
CIE-Lab80.6773-31.7069-29.9597

#01dbff color RGB value is (1,219,255).

#01dbff hex color red value is 1, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #01dbff hue: 0.52 , saturation: 1.00 and the lightness value of 01dbff is 0.50.

The process color (four color CMYK) of #01dbff color hex is 1.00, 0.14, 0.00, 0.00. Web safe color of #01dbff is #00ccff. Color #01dbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011011 11111111
Octal 1 333 377
Decimal 1 219 255
Hex 1 DB FF

RGB Percentages of Color #01dbff

%0.21
%46.11
%53.68

CMYK Percentages of Color #01dbff

%100
%14
%0
%0

Triadic Colors of #01dbff

#01dbff #ff01db #dbff01

Analogous Colors of #01dbff

#01dbff #015cff #01ffa4

Monochromatic Colors of #01dbff

#01dbff

Complementary Color

#01dbff #ff2501

#01dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#01dbff Color CSS Codes

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

#01dbff Text Font Color

<p style="color:#01dbff">Text here</p>

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


#01dbff Background Color

<div style="background-color:#01dbff">
Div content here</div>

This div background color is #01dbff


#01dbff Border Color

<div style="border:3px solid #01dbff">
Div here</div>

This div border color is #01dbff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,219,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01dbff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01dbff;
  -webkit-box-shadow: 1px 1px 3px 2px #01dbff;
  box-shadow:         1px 1px 3px 2px #01dbff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,219,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01dbff

Related Colors


Comments

No comments written yet.

Please login to write comment.