Color Hex Logo

#3eaebf Color Hex

#3EAEBF
(62,174,191)
0 Favorites   0 Comments

Color spaces of #3eaebf

RGB 62174191
HSL0.520.510.50
HSV188°68°75°
CMYK 0.680.090.00   0.25
XYZ26.526635.057854.6590
Yxy35.05780.22820.3016
Hunter Lab59.2096-23.6468-13.2865
CIE-Lab65.7936-25.8072-17.9277

#3eaebf color RGB value is (62,174,191).

#3eaebf hex color red value is 62, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3eaebf hue: 0.52 , saturation: 0.51 and the lightness value of 3eaebf is 0.50.

The process color (four color CMYK) of #3eaebf color hex is 0.68, 0.09, 0.00, 0.25. Web safe color of #3eaebf is #3399cc. Color #3eaebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101110 10111111
Octal 76 256 277
Decimal 62 174 191
Hex 3E AE BF

RGB Percentages of Color #3eaebf

%14.52
%40.75
%44.73

CMYK Percentages of Color #3eaebf

%68
%9
%0
%25

Triadic Colors of #3eaebf

#3eaebf #bf3eae #aebf3e

Analogous Colors of #3eaebf

#3eaebf #3e6ebf #3ebf90

Monochromatic Colors of #3eaebf

#3eaebf

Complementary Color

#3eaebf #bf4f3e

#3eaebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eaebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eaebf Color CSS Codes

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

#3eaebf Text Font Color

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

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


#3eaebf Background Color

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

This div background color is #3eaebf


#3eaebf Border Color

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

This div border color is #3eaebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eaebf


Comments

No comments written yet.

Please login to write comment.