Color Hex Logo

#3aecee Color Hex

#3AECEE
(58,236,238)
0 Favorites   0 Comments

Color spaces of #3aecee

RGB 58236238
HSL0.500.840.58
HSV181°76°93°
CMYK 0.760.010.00   0.07
XYZ47.173067.063591.3472
Yxy67.06350.22950.3262
Hunter Lab81.8923-40.4889-8.8107
CIE-Lab85.5360-41.7830-13.5669

#3aecee color RGB value is (58,236,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101100 11101110
Octal 72 354 356
Decimal 58 236 238
Hex 3A EC EE

RGB Percentages of Color #3aecee

%10.90
%44.36
%44.74

CMYK Percentages of Color #3aecee

%76
%1
%0
%7

Triadic Colors of #3aecee

#3aecee #ee3aec #ecee3a

Analogous Colors of #3aecee

#3aecee #3a92ee #3aee96

Monochromatic Colors of #3aecee

#3aecee

Complementary Color

#3aecee #ee3c3a

#3aecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aecee Color CSS Codes

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

#3aecee Text Font Color

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

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


#3aecee Background Color

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

This div background color is #3aecee


#3aecee Border Color

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

This div border color is #3aecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aecee


Comments

No comments written yet.

Please login to write comment.