Color Hex Logo

#3aefec Color Hex

#3AEFEC
(58,239,236)
0 Favorites   0 Comments

Color spaces of #3aefec

RGB 58239236
HSL0.500.850.58
HSV179°76°94°
CMYK 0.760.000.01   0.06
XYZ47.751768.688790.0983
Yxy68.68870.23120.3326
Hunter Lab82.8786-42.1923-6.4398
CIE-Lab86.3497-43.6779-11.3004

#3aefec color RGB value is (58,239,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101111 11101100
Octal 72 357 354
Decimal 58 239 236
Hex 3A EF EC

RGB Percentages of Color #3aefec

%10.88
%44.84
%44.28

CMYK Percentages of Color #3aefec

%76
%0
%1
%6

Triadic Colors of #3aefec

#3aefec #ec3aef #efec3a

Analogous Colors of #3aefec

#3aefec #3a98ef #3aef92

Monochromatic Colors of #3aefec

#3aefec

Complementary Color

#3aefec #ef3a3d

#3aefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aefec Color CSS Codes

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

#3aefec Text Font Color

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

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


#3aefec Background Color

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

This div background color is #3aefec


#3aefec Border Color

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

This div border color is #3aefec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aefec


Comments

No comments written yet.

Please login to write comment.