Color Hex Logo

#3eafbc Color Hex

#3EAFBC
(62,175,188)
0 Favorites   0 Comments

Color spaces of #3eafbc

RGB 62175188
HSL0.520.500.49
HSV186°67°74°
CMYK 0.670.070.00   0.26
XYZ26.393735.314953.0023
Yxy35.31490.23010.3079
Hunter Lab59.4263-24.7169-11.2823
CIE-Lab65.9931-27.2135-15.9614

#3eafbc color RGB value is (62,175,188).

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

The process color (four color CMYK) of #3eafbc color hex is 0.67, 0.07, 0.00, 0.26. Web safe color of #3eafbc is #3399cc. Color #3eafbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101111 10111100
Octal 76 257 274
Decimal 62 175 188
Hex 3E AF BC

RGB Percentages of Color #3eafbc

%14.59
%41.18
%44.24

CMYK Percentages of Color #3eafbc

%67
%7
%0
%26

Triadic Colors of #3eafbc

#3eafbc #bc3eaf #afbc3e

Analogous Colors of #3eafbc

#3eafbc #3e70bc #3ebc8a

Monochromatic Colors of #3eafbc

#3eafbc

Complementary Color

#3eafbc #bc4b3e

#3eafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eafbc Color CSS Codes

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

#3eafbc Text Font Color

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

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


#3eafbc Background Color

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

This div background color is #3eafbc


#3eafbc Border Color

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

This div border color is #3eafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eafbc


Comments

No comments written yet.

Please login to write comment.