Color Hex Logo

#3aefca Color Hex

#3AEFCA
(58,239,202)
0 Favorites   0 Comments

Color spaces of #3aefca

RGB 58239202
HSL0.470.850.58
HSV168°76°94°
CMYK 0.760.000.15   0.06
XYZ43.272166.896866.5088
Yxy66.89680.24490.3786
Hunter Lab81.7905-48.69609.0410
CIE-Lab85.4518-52.64755.2217

#3aefca color RGB value is (58,239,202).

#3aefca hex color red value is 58, green value is 239 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3aefca hue: 0.47 , saturation: 0.85 and the lightness value of 3aefca is 0.58.

The process color (four color CMYK) of #3aefca color hex is 0.76, 0.00, 0.15, 0.06. Web safe color of #3aefca is #33ffcc. Color #3aefca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101111 11001010
Octal 72 357 312
Decimal 58 239 202
Hex 3A EF CA

RGB Percentages of Color #3aefca

%11.62
%47.90
%40.48

CMYK Percentages of Color #3aefca

%76
%0
%15
%6

Triadic Colors of #3aefca

#3aefca #ca3aef #efca3a

Analogous Colors of #3aefca

#3aefca #3abaef #3aef70

Monochromatic Colors of #3aefca

#3aefca

Complementary Color

#3aefca #ef3a5f

#3aefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aefca Color CSS Codes

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

#3aefca Text Font Color

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

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


#3aefca Background Color

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

This div background color is #3aefca


#3aefca Border Color

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

This div border color is #3aefca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aefca


Comments

No comments written yet.

Please login to write comment.