Color Hex Logo

#3ebedd Color Hex

#3EBEDD
(62,190,221)
0 Favorites   0 Comments

Color spaces of #3ebedd

RGB 62190221
HSL0.530.700.55
HSV192°72°87°
CMYK 0.720.140.00   0.13
XYZ33.451243.071574.9572
Yxy43.07150.22080.2843
Hunter Lab65.6289-23.8687-21.7771
CIE-Lab71.6035-24.5851-25.5556

#3ebedd color RGB value is (62,190,221).

#3ebedd hex color red value is 62, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3ebedd hue: 0.53 , saturation: 0.70 and the lightness value of 3ebedd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111110 11011101
Octal 76 276 335
Decimal 62 190 221
Hex 3E BE DD

RGB Percentages of Color #3ebedd

%13.11
%40.17
%46.72

CMYK Percentages of Color #3ebedd

%72
%14
%0
%13

Triadic Colors of #3ebedd

#3ebedd #dd3ebe #bedd3e

Analogous Colors of #3ebedd

#3ebedd #3e6fdd #3eddad

Monochromatic Colors of #3ebedd

#3ebedd

Complementary Color

#3ebedd #dd5d3e

#3ebedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebedd Color CSS Codes

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

#3ebedd Text Font Color

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

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


#3ebedd Background Color

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

This div background color is #3ebedd


#3ebedd Border Color

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

This div border color is #3ebedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebedd


Comments

No comments written yet.

Please login to write comment.