Color Hex Logo

#3aecef Color Hex

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

Color spaces of #3aecef

RGB 58236239
HSL0.500.850.58
HSV181°76°94°
CMYK 0.760.010.00   0.06
XYZ47.320467.122492.1232
Yxy67.12240.22910.3249
Hunter Lab81.9283-40.2758-9.3181
CIE-Lab85.5657-41.4992-14.0483

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

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

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

Base Numbers

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

RGB Percentages of Color #3aecef

%10.88
%44.28
%44.84

CMYK Percentages of Color #3aecef

%76
%1
%0
%6

Triadic Colors of #3aecef

#3aecef #ef3aec #ecef3a

Analogous Colors of #3aecef

#3aecef #3a92ef #3aef98

Monochromatic Colors of #3aecef

#3aecef

Complementary Color

#3aecef #ef3d3a

#3aecef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aecef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aecef Color CSS Codes

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

#3aecef Text Font Color

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

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


#3aecef Background Color

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

This div background color is #3aecef


#3aecef Border Color

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

This div border color is #3aecef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aecef


Comments

No comments written yet.

Please login to write comment.