Color Hex Logo

#01bfdd Color Hex

#01BFDD
(1,191,221)
0 Favorites   0 Comments

Color spaces of #01bfdd

RGB 1191221
HSL0.520.990.44
HSV188°100°87°
CMYK 1.000.140.00   0.13
XYZ31.694542.488574.9372
Yxy42.48850.21250.2849
Hunter Lab65.1832-27.2773-22.5339
CIE-Lab71.2064-29.1647-26.2245

#01bfdd color RGB value is (1,191,221).

#01bfdd hex color red value is 1, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #01bfdd hue: 0.52 , saturation: 0.99 and the lightness value of 01bfdd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111111 11011101
Octal 1 277 335
Decimal 1 191 221
Hex 1 BF DD

RGB Percentages of Color #01bfdd

%0.24
%46.25
%53.51

CMYK Percentages of Color #01bfdd

%100
%14
%0
%13

Triadic Colors of #01bfdd

#01bfdd #dd01bf #bfdd01

Analogous Colors of #01bfdd

#01bfdd #0151dd #01dd8d

Monochromatic Colors of #01bfdd

#01bfdd

Complementary Color

#01bfdd #dd1f01

#01bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bfdd Color CSS Codes

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

#01bfdd Text Font Color

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

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


#01bfdd Background Color

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

This div background color is #01bfdd


#01bfdd Border Color

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

This div border color is #01bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bfdd


Comments

No comments written yet.

Please login to write comment.