Color Hex Logo

#00e3fd Color Hex

#00E3FD
(0,227,253)
0 Favorites   0 Comments

Color spaces of #00e3fd

RGB 0227253
HSL0.521.000.50
HSV186°100°99°
CMYK 1.000.100.00   0.01
XYZ45.198762.0300102.5193
Yxy62.03000.21550.2957
Hunter Lab78.7591-35.3900-22.0453
CIE-Lab82.9294-36.1491-25.4573

#00e3fd color RGB value is (0,227,253).

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

The process color (four color CMYK) of #00e3fd color hex is 1.00, 0.10, 0.00, 0.01. Web safe color of #00e3fd is #00ccff. Color #00e3fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11100011 11111101
Octal 0 343 375
Decimal 0 227 253
Hex 0 E3 FD

RGB Percentages of Color #00e3fd

%0.00
%47.29
%52.71

CMYK Percentages of Color #00e3fd

%100
%10
%0
%1

Triadic Colors of #00e3fd

#00e3fd #fd00e3 #e3fd00

Analogous Colors of #00e3fd

#00e3fd #0065fd #00fd99

Monochromatic Colors of #00e3fd

#00e3fd

Complementary Color

#00e3fd #fd1a00

#00e3fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00e3fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00e3fd Color CSS Codes

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

#00e3fd Text Font Color

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

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


#00e3fd Background Color

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

This div background color is #00e3fd


#00e3fd Border Color

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

This div border color is #00e3fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00e3fd


Comments

No comments written yet.

Please login to write comment.