Color Hex Logo

#3afaed Color Hex

#3AFAED
(58,250,237)
0 Favorites   0 Comments

Color spaces of #3afaed

RGB 58250237
HSL0.490.950.60
HSV176°77°98°
CMYK 0.770.000.05   0.02
XYZ51.216675.385291.9722
Yxy75.38520.23430.3449
Hunter Lab86.8247-46.6486-2.0279
CIE-Lab89.5731-48.1818-7.0356

#3afaed color RGB value is (58,250,237).

#3afaed hex color red value is 58, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3afaed hue: 0.49 , saturation: 0.95 and the lightness value of 3afaed is 0.60.

The process color (four color CMYK) of #3afaed color hex is 0.77, 0.00, 0.05, 0.02. Web safe color of #3afaed is #33ffff. Color #3afaed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111010 11101101
Octal 72 372 355
Decimal 58 250 237
Hex 3A FA ED

RGB Percentages of Color #3afaed

%10.64
%45.87
%43.49

CMYK Percentages of Color #3afaed

%77
%0
%5
%2

Triadic Colors of #3afaed

#3afaed #ed3afa #faed3a

Analogous Colors of #3afaed

#3afaed #3aa7fa #3afa8d

Monochromatic Colors of #3afaed

#3afaed

Complementary Color

#3afaed #fa3a47

#3afaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afaed Color CSS Codes

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

#3afaed Text Font Color

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

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


#3afaed Background Color

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

This div background color is #3afaed


#3afaed Border Color

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

This div border color is #3afaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afaed


Comments

No comments written yet.

Please login to write comment.