Color Hex Logo

#3eabca Color Hex

#3EABCA
(62,171,202)
0 Favorites   0 Comments

Color spaces of #3eabca

RGB 62171202
HSL0.540.570.52
HSV193°69°79°
CMYK 0.690.150.00   0.21
XYZ27.210234.414261.0856
Yxy34.41420.22170.2805
Hunter Lab58.6636-19.8669-20.6733
CIE-Lab65.2900-20.8533-24.7963

#3eabca color RGB value is (62,171,202).

#3eabca hex color red value is 62, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3eabca hue: 0.54 , saturation: 0.57 and the lightness value of 3eabca is 0.52.

The process color (four color CMYK) of #3eabca color hex is 0.69, 0.15, 0.00, 0.21. Web safe color of #3eabca is #3399cc. Color #3eabca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101011 11001010
Octal 76 253 312
Decimal 62 171 202
Hex 3E AB CA

RGB Percentages of Color #3eabca

%14.25
%39.31
%46.44

CMYK Percentages of Color #3eabca

%69
%15
%0
%21

Triadic Colors of #3eabca

#3eabca #ca3eab #abca3e

Analogous Colors of #3eabca

#3eabca #3e65ca #3ecaa3

Monochromatic Colors of #3eabca

#3eabca

Complementary Color

#3eabca #ca5d3e

#3eabca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eabca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eabca Color CSS Codes

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

#3eabca Text Font Color

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

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


#3eabca Background Color

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

This div background color is #3eabca


#3eabca Border Color

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

This div border color is #3eabca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eabca


Comments

No comments written yet.

Please login to write comment.