Color Hex Logo

#3afeed Color Hex

#3AFEED
(58,254,237)
0 Favorites   0 Comments

Color spaces of #3afeed

RGB 58254237
HSL0.490.990.61
HSV175°77°100°
CMYK 0.770.000.07   0.00
XYZ52.472877.897692.3909
Yxy77.89760.23560.3497
Hunter Lab88.2596-48.3311-0.2835
CIE-Lab90.7332-49.8822-5.3220

#3afeed color RGB value is (58,254,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111110 11101101
Octal 72 376 355
Decimal 58 254 237
Hex 3A FE ED

RGB Percentages of Color #3afeed

%10.56
%46.27
%43.17

CMYK Percentages of Color #3afeed

%77
%0
%7
%0

Triadic Colors of #3afeed

#3afeed #ed3afe #feed3a

Analogous Colors of #3afeed

#3afeed #3aadfe #3afe8b

Monochromatic Colors of #3afeed

#3afeed

Complementary Color

#3afeed #fe3a4b

#3afeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afeed Color CSS Codes

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

#3afeed Text Font Color

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

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


#3afeed Background Color

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

This div background color is #3afeed


#3afeed Border Color

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

This div border color is #3afeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afeed

Related Colors


Comments

No comments written yet.

Please login to write comment.