color codes Logo

#01edfd color codes

#01EDFD
(1,237,253)
0 Favorites   0 Comments

Color spaces of #01edfd

RGB 1237253
HSL0.510.990.50
HSV184°100°99°
CMYK 1.000.060.00   0.01
XYZ48.026367.6667103.4582
Yxy67.66670.21910.3088
Hunter Lab82.2598-39.7397-16.9873
CIE-Lab85.8395-40.7185-21.0364

#01edfd color RGB value is (1,237,253).

#01edfd hex color red value is 1, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #01edfd hue: 0.51 , saturation: 0.99 and the lightness value of 01edfd is 0.50.

The process color (four color CMYK) of #01edfd color code is 1.00, 0.06, 0.00, 0.01. Web safe color of #01edfd is #00ffff. Color #01edfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101101 11111101
Octal 1 355 375
Decimal 1 237 253
Hex 1 ED FD

RGB Percentages of Color #01edfd

%0.20
%48.27
%51.53

CMYK Percentages of Color #01edfd

%100
%6
%0
%1

Triadic Colors of #01edfd

#01edfd #fd01ed #edfd01

Analogous Colors of #01edfd

#01edfd #016ffd #01fd8f

Monochromatic Colors of #01edfd

#01edfd

Complementary Color

#01edfd #fd1101

#01edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#01edfd Color CSS Codes

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

#01edfd Text Font Color

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

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


#01edfd Background Color

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

This div background color is #01edfd


#01edfd Border Color

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

This div border color is #01edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01edfd


Comments

No comments written yet.

Please login to write comment.