Color Hex Logo

#00e6fd Color Hex

#00E6FD
(0,230,253)
0 Favorites   0 Comments

Color spaces of #00e6fd

RGB 0230253
HSL0.521.000.50
HSV185°100°99°
CMYK 1.000.090.00   0.01
XYZ46.026463.6855102.7952
Yxy63.68550.21660.2997
Hunter Lab79.8032-36.7059-20.5097
CIE-Lab83.8018-37.5415-24.1289

#00e6fd color RGB value is (0,230,253).

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

The process color (four color CMYK) of #00e6fd color hex is 1.00, 0.09, 0.00, 0.01. Web safe color of #00e6fd is #00ffff. Color #00e6fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11100110 11111101
Octal 0 346 375
Decimal 0 230 253
Hex 0 E6 FD

RGB Percentages of Color #00e6fd

%0.00
%47.62
%52.38

CMYK Percentages of Color #00e6fd

%100
%9
%0
%1

Triadic Colors of #00e6fd

#00e6fd #fd00e6 #e6fd00

Analogous Colors of #00e6fd

#00e6fd #0068fd #00fd96

Monochromatic Colors of #00e6fd

#00e6fd

Complementary Color

#00e6fd #fd1700

#00e6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00e6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00e6fd Color CSS Codes

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

#00e6fd Text Font Color

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

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


#00e6fd Background Color

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

This div background color is #00e6fd


#00e6fd Border Color

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

This div border color is #00e6fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,230,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 #00e6fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00e6fd

Related Colors


Comments

No comments written yet.

Please login to write comment.