Color Hex Logo

#3eabe8 Color Hex

#3EABE8
(62,171,232)
0 Favorites   0 Comments

Color spaces of #3eabe8

RGB 62171232
HSL0.560.790.58
HSV202°73°91°
CMYK 0.730.260.00   0.09
XYZ31.115035.976181.6481
Yxy35.97610.20920.2419
Hunter Lab59.9801-12.3673-38.7227
CIE-Lab66.5017-11.0118-39.4573

#3eabe8 color RGB value is (62,171,232).

#3eabe8 hex color red value is 62, green value is 171 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #3eabe8 hue: 0.56 , saturation: 0.79 and the lightness value of 3eabe8 is 0.58.

The process color (four color CMYK) of #3eabe8 color hex is 0.73, 0.26, 0.00, 0.09. Web safe color of #3eabe8 is #3399ff. Color #3eabe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101011 11101000
Octal 76 253 350
Decimal 62 171 232
Hex 3E AB E8

RGB Percentages of Color #3eabe8

%13.33
%36.77
%49.89

CMYK Percentages of Color #3eabe8

%73
%26
%0
%9

Triadic Colors of #3eabe8

#3eabe8 #e83eab #abe83e

Analogous Colors of #3eabe8

#3eabe8 #3e56e8 #3ee8d0

Monochromatic Colors of #3eabe8

#3eabe8

Complementary Color

#3eabe8 #e87b3e

#3eabe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eabe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eabe8 Color CSS Codes

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

#3eabe8 Text Font Color

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

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


#3eabe8 Background Color

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

This div background color is #3eabe8


#3eabe8 Border Color

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

This div border color is #3eabe8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,171,232, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3eabe8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3eabe8;
  -webkit-box-shadow: 1px 1px 3px 2px #3eabe8;
  box-shadow:         1px 1px 3px 2px #3eabe8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,171,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eabe8


Comments

No comments written yet.

Please login to write comment.