Color Hex Logo

#3aeffc Color Hex

#3AEFFC
(58,239,252)
0 Favorites   0 Comments

Color spaces of #3aeffc

RGB 58239252
HSL0.510.970.61
HSV184°77°99°
CMYK 0.770.050.00   0.01
XYZ50.182169.6608102.8965
Yxy69.66080.22530.3127
Hunter Lab83.4630-38.7373-14.6709
CIE-Lab86.8302-39.1170-18.9718

#3aeffc color RGB value is (58,239,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101111 11111100
Octal 72 357 374
Decimal 58 239 252
Hex 3A EF FC

RGB Percentages of Color #3aeffc

%10.56
%43.53
%45.90

CMYK Percentages of Color #3aeffc

%77
%5
%0
%1

Triadic Colors of #3aeffc

#3aeffc #fc3aef #effc3a

Analogous Colors of #3aeffc

#3aeffc #3a8efc #3afca8

Monochromatic Colors of #3aeffc

#3aeffc

Complementary Color

#3aeffc #fc473a

#3aeffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aeffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aeffc Color CSS Codes

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

#3aeffc Text Font Color

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

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


#3aeffc Background Color

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

This div background color is #3aeffc


#3aeffc Border Color

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

This div border color is #3aeffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aeffc

Related Colors


Comments

No comments written yet.

Please login to write comment.