Color Hex Logo

#3ebddc Color Hex

#3EBDDC
(62,189,220)
0 Favorites   0 Comments

Color spaces of #3ebddc

RGB 62189220
HSL0.530.690.55
HSV192°72°86°
CMYK 0.720.140.00   0.14
XYZ33.102542.586674.1855
Yxy42.58660.22090.2841
Hunter Lab65.2584-23.6576-21.7197
CIE-Lab71.2735-24.3937-25.5164

#3ebddc color RGB value is (62,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111101 11011100
Octal 76 275 334
Decimal 62 189 220
Hex 3E BD DC

RGB Percentages of Color #3ebddc

%13.16
%40.13
%46.71

CMYK Percentages of Color #3ebddc

%72
%14
%0
%14

Triadic Colors of #3ebddc

#3ebddc #dc3ebd #bddc3e

Analogous Colors of #3ebddc

#3ebddc #3e6edc #3edcac

Monochromatic Colors of #3ebddc

#3ebddc

Complementary Color

#3ebddc #dc5d3e

#3ebddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebddc Color CSS Codes

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

#3ebddc Text Font Color

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

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


#3ebddc Background Color

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

This div background color is #3ebddc


#3ebddc Border Color

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

This div border color is #3ebddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebddc


Comments

No comments written yet.

Please login to write comment.