Color Hex Logo

#3afced Color Hex

#3AFCED
(58,252,237)
0 Favorites   0 Comments

Color spaces of #3afced

RGB 58252237
HSL0.490.970.61
HSV175°77°99°
CMYK 0.770.000.06   0.01
XYZ51.841476.634892.1804
Yxy76.63480.23490.3473
Hunter Lab87.5413-47.4907-1.1531
CIE-Lab90.1533-49.0345-6.1779

#3afced color RGB value is (58,252,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111100 11101101
Octal 72 374 355
Decimal 58 252 237
Hex 3A FC ED

RGB Percentages of Color #3afced

%10.60
%46.07
%43.33

CMYK Percentages of Color #3afced

%77
%0
%6
%1

Triadic Colors of #3afced

#3afced #ed3afc #fced3a

Analogous Colors of #3afced

#3afced #3aaafc #3afc8c

Monochromatic Colors of #3afced

#3afced

Complementary Color

#3afced #fc3a49

#3afced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afced Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afced Color CSS Codes

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

#3afced Text Font Color

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

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


#3afced Background Color

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

This div background color is #3afced


#3afced Border Color

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

This div border color is #3afced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afced

Related Colors


Comments

No comments written yet.

Please login to write comment.