Color Hex Logo

#3eafbd Color Hex

#3EAFBD
(62,175,189)
0 Favorites   0 Comments

Color spaces of #3eafbd

RGB 62175189
HSL0.520.510.49
HSV187°67°74°
CMYK 0.670.070.00   0.26
XYZ26.501935.358253.5721
Yxy35.35820.22960.3063
Hunter Lab59.4628-24.5043-11.7925
CIE-Lab66.0266-26.9128-16.4654

#3eafbd color RGB value is (62,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101111 10111101
Octal 76 257 275
Decimal 62 175 189
Hex 3E AF BD

RGB Percentages of Color #3eafbd

%14.55
%41.08
%44.37

CMYK Percentages of Color #3eafbd

%67
%7
%0
%26

Triadic Colors of #3eafbd

#3eafbd #bd3eaf #afbd3e

Analogous Colors of #3eafbd

#3eafbd #3e70bd #3ebd8c

Monochromatic Colors of #3eafbd

#3eafbd

Complementary Color

#3eafbd #bd4c3e

#3eafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eafbd Color CSS Codes

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

#3eafbd Text Font Color

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

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


#3eafbd Background Color

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

This div background color is #3eafbd


#3eafbd Border Color

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

This div border color is #3eafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eafbd


Comments

No comments written yet.

Please login to write comment.