Color Hex Logo

#3ae1fd Color Hex

#3AE1FD
(58,225,253)
0 Favorites   0 Comments

Color spaces of #3ae1fd

RGB 58225253
HSL0.520.980.61
HSV189°77°99°
CMYK 0.770.110.00   0.01
XYZ46.399861.8418102.4196
Yxy61.84180.22030.2936
Hunter Lab78.6396-32.2986-22.1712
CIE-Lab82.8292-32.2906-25.5664

#3ae1fd color RGB value is (58,225,253).

#3ae1fd hex color red value is 58, green value is 225 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3ae1fd hue: 0.52 , saturation: 0.98 and the lightness value of 3ae1fd is 0.61.

The process color (four color CMYK) of #3ae1fd color hex is 0.77, 0.11, 0.00, 0.01. Web safe color of #3ae1fd is #33ccff. Color #3ae1fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11100001 11111101
Octal 72 341 375
Decimal 58 225 253
Hex 3A E1 FD

RGB Percentages of Color #3ae1fd

%10.82
%41.98
%47.20

CMYK Percentages of Color #3ae1fd

%77
%11
%0
%1

Triadic Colors of #3ae1fd

#3ae1fd #fd3ae1 #e1fd3a

Analogous Colors of #3ae1fd

#3ae1fd #3a80fd #3afdb8

Monochromatic Colors of #3ae1fd

#3ae1fd

Complementary Color

#3ae1fd #fd563a

#3ae1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ae1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ae1fd Color CSS Codes

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

#3ae1fd Text Font Color

<p style="color:#3ae1fd">Text here</p>

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


#3ae1fd Background Color

<div style="background-color:#3ae1fd">
Div content here</div>

This div background color is #3ae1fd


#3ae1fd Border Color

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

This div border color is #3ae1fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,225,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 #3ae1fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ae1fd

Related Colors


Comments

No comments written yet.

Please login to write comment.