Color Hex Logo

#3ebfdd Color Hex

#3EBFDD
(62,191,221)
0 Favorites   0 Comments

Color spaces of #3ebfdd

RGB 62191221
HSL0.530.700.55
HSV191°72°87°
CMYK 0.720.140.00   0.13
XYZ33.668643.506275.0296
Yxy43.50620.22120.2858
Hunter Lab65.9592-24.3141-21.2718
CIE-Lab71.8972-25.0881-25.1060

#3ebfdd color RGB value is (62,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111111 11011101
Octal 76 277 335
Decimal 62 191 221
Hex 3E BF DD

RGB Percentages of Color #3ebfdd

%13.08
%40.30
%46.62

CMYK Percentages of Color #3ebfdd

%72
%14
%0
%13

Triadic Colors of #3ebfdd

#3ebfdd #dd3ebf #bfdd3e

Analogous Colors of #3ebfdd

#3ebfdd #3e70dd #3eddac

Monochromatic Colors of #3ebfdd

#3ebfdd

Complementary Color

#3ebfdd #dd5c3e

#3ebfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebfdd Color CSS Codes

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

#3ebfdd Text Font Color

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

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


#3ebfdd Background Color

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

This div background color is #3ebfdd


#3ebfdd Border Color

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

This div border color is #3ebfdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,191,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 #3ebfdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebfdd


Comments

No comments written yet.

Please login to write comment.