Color Hex Logo

#3ebbed Color Hex

#3EBBED
(62,187,237)
0 Favorites   0 Comments

Color spaces of #3ebbed

RGB 62187237
HSL0.550.830.59
HSV197°74°93°
CMYK 0.740.210.00   0.07
XYZ35.043042.679286.5117
Yxy42.67920.21340.2599
Hunter Lab65.3293-18.5779-32.7837
CIE-Lab71.3367-17.9223-34.6596

#3ebbed color RGB value is (62,187,237).

#3ebbed hex color red value is 62, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3ebbed hue: 0.55 , saturation: 0.83 and the lightness value of 3ebbed is 0.59.

The process color (four color CMYK) of #3ebbed color hex is 0.74, 0.21, 0.00, 0.07. Web safe color of #3ebbed is #33ccff. Color #3ebbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111011 11101101
Octal 76 273 355
Decimal 62 187 237
Hex 3E BB ED

RGB Percentages of Color #3ebbed

%12.76
%38.48
%48.77

CMYK Percentages of Color #3ebbed

%74
%21
%0
%7

Triadic Colors of #3ebbed

#3ebbed #ed3ebb #bbed3e

Analogous Colors of #3ebbed

#3ebbed #3e64ed #3eedc8

Monochromatic Colors of #3ebbed

#3ebbed

Complementary Color

#3ebbed #ed703e

#3ebbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebbed Color CSS Codes

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

#3ebbed Text Font Color

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

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


#3ebbed Background Color

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

This div background color is #3ebbed


#3ebbed Border Color

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

This div border color is #3ebbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebbed


Comments

No comments written yet.

Please login to write comment.