Color Hex Logo

#3aedff Color Hex

#3AEDFF
(58,237,255)
0 Favorites   0 Comments

Color spaces of #3aedff

RGB 58237255
HSL0.521.000.61
HSV185°77°100°
CMYK 0.770.070.00   0.00
XYZ50.079168.6879105.2264
Yxy68.68790.22360.3067
Hunter Lab82.8782-37.1782-17.2629
CIE-Lab86.3493-37.3206-21.2714

#3aedff color RGB value is (58,237,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101101 11111111
Octal 72 355 377
Decimal 58 237 255
Hex 3A ED FF

RGB Percentages of Color #3aedff

%10.55
%43.09
%46.36

CMYK Percentages of Color #3aedff

%77
%7
%0
%0

Triadic Colors of #3aedff

#3aedff #ff3aed #edff3a

Analogous Colors of #3aedff

#3aedff #3a8bff #3affaf

Monochromatic Colors of #3aedff

#3aedff

Complementary Color

#3aedff #ff4c3a

#3aedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aedff Color CSS Codes

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

#3aedff Text Font Color

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

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


#3aedff Background Color

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

This div background color is #3aedff


#3aedff Border Color

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

This div border color is #3aedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aedff

Related Colors


Comments

No comments written yet.

Please login to write comment.