Color Hex Logo

#3eb3df Color Hex

#3EB3DF
(62,179,223)
0 Favorites   0 Comments

Color spaces of #3eb3df

RGB 62179223
HSL0.550.720.56
HSV196°72°87°
CMYK 0.720.200.00   0.13
XYZ31.426038.592075.6047
Yxy38.59200.21580.2650
Hunter Lab62.1225-18.4162-28.6718
CIE-Lab68.4547-18.2857-31.4916

#3eb3df color RGB value is (62,179,223).

#3eb3df hex color red value is 62, green value is 179 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3eb3df hue: 0.55 , saturation: 0.72 and the lightness value of 3eb3df is 0.56.

The process color (four color CMYK) of #3eb3df color hex is 0.72, 0.20, 0.00, 0.13. Web safe color of #3eb3df is #33cccc. Color #3eb3df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10110011 11011111
Octal 76 263 337
Decimal 62 179 223
Hex 3E B3 DF

RGB Percentages of Color #3eb3df

%13.36
%38.58
%48.06

CMYK Percentages of Color #3eb3df

%72
%20
%0
%13

Triadic Colors of #3eb3df

#3eb3df #df3eb3 #b3df3e

Analogous Colors of #3eb3df

#3eb3df #3e63df #3edfbb

Monochromatic Colors of #3eb3df

#3eb3df

Complementary Color

#3eb3df #df6a3e

#3eb3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eb3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eb3df Color CSS Codes

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

#3eb3df Text Font Color

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

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


#3eb3df Background Color

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

This div background color is #3eb3df


#3eb3df Border Color

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

This div border color is #3eb3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eb3df


Comments

No comments written yet.

Please login to write comment.