Color Hex Logo

#3aefee Color Hex

#3AEFEE
(58,239,238)
0 Favorites   0 Comments

Color spaces of #3aefee

RGB 58239238
HSL0.500.850.58
HSV180°76°94°
CMYK 0.760.000.00   0.06
XYZ48.044068.805691.6375
Yxy68.80560.23040.3300
Hunter Lab82.9491-41.7741-7.4358
CIE-Lab86.4077-43.1186-12.2636

#3aefee color RGB value is (58,239,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101111 11101110
Octal 72 357 356
Decimal 58 239 238
Hex 3A EF EE

RGB Percentages of Color #3aefee

%10.84
%44.67
%44.49

CMYK Percentages of Color #3aefee

%76
%0
%0
%6

Triadic Colors of #3aefee

#3aefee #ee3aef #efee3a

Analogous Colors of #3aefee

#3aefee #3a96ef #3aef94

Monochromatic Colors of #3aefee

#3aefee

Complementary Color

#3aefee #ef3a3b

#3aefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aefee Color CSS Codes

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

#3aefee Text Font Color

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

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


#3aefee Background Color

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

This div background color is #3aefee


#3aefee Border Color

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

This div border color is #3aefee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,239,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 #3aefee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aefee

Related Colors


Comments

No comments written yet.

Please login to write comment.