Color Hex Logo

#01dfcb Color Hex

#01DFCB
(1,223,203)
0 Favorites   0 Comments

Color spaces of #01dfcb

RGB 1223203
HSL0.480.990.44
HSV175°100°87°
CMYK 1.000.000.09   0.13
XYZ37.179757.093665.5605
Yxy57.09360.23260.3572
Hunter Lab75.5603-44.39901.4488
CIE-Lab80.2322-49.1214-2.9673

#01dfcb color RGB value is (1,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011111 11001011
Octal 1 337 313
Decimal 1 223 203
Hex 1 DF CB

RGB Percentages of Color #01dfcb

%0.23
%52.22
%47.54

CMYK Percentages of Color #01dfcb

%100
%0
%9
%13

Triadic Colors of #01dfcb

#01dfcb #cb01df #dfcb01

Analogous Colors of #01dfcb

#01dfcb #0184df #01df5c

Monochromatic Colors of #01dfcb

#01dfcb

Complementary Color

#01dfcb #df0115

#01dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#01dfcb Color CSS Codes

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

#01dfcb Text Font Color

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

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


#01dfcb Background Color

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

This div background color is #01dfcb


#01dfcb Border Color

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

This div border color is #01dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01dfcb


Comments

No comments written yet.

Please login to write comment.