Color Hex Logo

#3ebbdb Color Hex

#3EBBDB
(62,187,219)
0 Favorites   0 Comments

Color spaces of #3ebbdb

RGB 62187219
HSL0.530.690.55
HSV192°72°86°
CMYK 0.720.150.00   0.14
XYZ32.543141.679373.3475
Yxy41.67930.22050.2824
Hunter Lab64.5595-23.0010-22.1690
CIE-Lab70.6492-23.6959-25.9276

#3ebbdb color RGB value is (62,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111011 11011011
Octal 76 273 333
Decimal 62 187 219
Hex 3E BB DB

RGB Percentages of Color #3ebbdb

%13.25
%39.96
%46.79

CMYK Percentages of Color #3ebbdb

%72
%15
%0
%14

Triadic Colors of #3ebbdb

#3ebbdb #db3ebb #bbdb3e

Analogous Colors of #3ebbdb

#3ebbdb #3e6ddb #3edbad

Monochromatic Colors of #3ebbdb

#3ebbdb

Complementary Color

#3ebbdb #db5e3e

#3ebbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebbdb Color CSS Codes

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

#3ebbdb Text Font Color

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

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


#3ebbdb Background Color

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

This div background color is #3ebbdb


#3ebbdb Border Color

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

This div border color is #3ebbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebbdb


Comments

No comments written yet.

Please login to write comment.