Color Hex Logo

#3aecfd Color Hex

#3AECFD
(58,236,253)
0 Favorites   0 Comments

Color spaces of #3aecfd

RGB 58236253
HSL0.510.980.61
HSV185°77°99°
CMYK 0.770.070.00   0.01
XYZ49.470067.9823103.4431
Yxy67.98230.22400.3078
Hunter Lab82.4514-37.1917-16.6690
CIE-Lab85.9976-37.4487-20.7543

#3aecfd color RGB value is (58,236,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101100 11111101
Octal 72 354 375
Decimal 58 236 253
Hex 3A EC FD

RGB Percentages of Color #3aecfd

%10.60
%43.14
%46.25

CMYK Percentages of Color #3aecfd

%77
%7
%0
%1

Triadic Colors of #3aecfd

#3aecfd #fd3aec #ecfd3a

Analogous Colors of #3aecfd

#3aecfd #3a8bfd #3afdad

Monochromatic Colors of #3aecfd

#3aecfd

Complementary Color

#3aecfd #fd4b3a

#3aecfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aecfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aecfd Color CSS Codes

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

#3aecfd Text Font Color

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

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


#3aecfd Background Color

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

This div background color is #3aecfd


#3aecfd Border Color

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

This div border color is #3aecfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aecfd


Comments

No comments written yet.

Please login to write comment.