Color Hex Logo

#3eaccf Color Hex

#3EACCF
(62,172,207)
0 Favorites   0 Comments

Color spaces of #3eaccf

RGB 62172207
HSL0.540.600.53
HSV194°70°81°
CMYK 0.700.170.00   0.19
XYZ28.001635.034264.3179
Yxy35.03420.21990.2751
Hunter Lab59.1897-19.1368-22.9941
CIE-Lab65.7753-19.7807-26.8192

#3eaccf color RGB value is (62,172,207).

#3eaccf hex color red value is 62, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #3eaccf hue: 0.54 , saturation: 0.60 and the lightness value of 3eaccf is 0.53.

The process color (four color CMYK) of #3eaccf color hex is 0.70, 0.17, 0.00, 0.19. Web safe color of #3eaccf is #3399cc. Color #3eaccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101100 11001111
Octal 76 254 317
Decimal 62 172 207
Hex 3E AC CF

RGB Percentages of Color #3eaccf

%14.06
%39.00
%46.94

CMYK Percentages of Color #3eaccf

%70
%17
%0
%19

Triadic Colors of #3eaccf

#3eaccf #cf3eac #accf3e

Analogous Colors of #3eaccf

#3eaccf #3e63cf #3ecfaa

Monochromatic Colors of #3eaccf

#3eaccf

Complementary Color

#3eaccf #cf613e

#3eaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eaccf Color CSS Codes

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

#3eaccf Text Font Color

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

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


#3eaccf Background Color

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

This div background color is #3eaccf


#3eaccf Border Color

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

This div border color is #3eaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eaccf


Comments

No comments written yet.

Please login to write comment.