Color Hex Logo

#3ebdca Color Hex

#3EBDCA
(62,189,202)
0 Favorites   0 Comments

Color spaces of #3ebdca

RGB 62189202
HSL0.520.570.52
HSV186°69°79°
CMYK 0.690.060.00   0.21
XYZ30.844941.683662.2972
Yxy41.68360.22880.3092
Hunter Lab64.5628-27.7066-12.0154
CIE-Lab70.6522-29.9022-16.6345

#3ebdca color RGB value is (62,189,202).

#3ebdca hex color red value is 62, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3ebdca hue: 0.52 , saturation: 0.57 and the lightness value of 3ebdca is 0.52.

The process color (four color CMYK) of #3ebdca color hex is 0.69, 0.06, 0.00, 0.21. Web safe color of #3ebdca is #33cccc. Color #3ebdca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111101 11001010
Octal 76 275 312
Decimal 62 189 202
Hex 3E BD CA

RGB Percentages of Color #3ebdca

%13.69
%41.72
%44.59

CMYK Percentages of Color #3ebdca

%69
%6
%0
%21

Triadic Colors of #3ebdca

#3ebdca #ca3ebd #bdca3e

Analogous Colors of #3ebdca

#3ebdca #3e77ca #3eca91

Monochromatic Colors of #3ebdca

#3ebdca

Complementary Color

#3ebdca #ca4b3e

#3ebdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebdca Color CSS Codes

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

#3ebdca Text Font Color

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

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


#3ebdca Background Color

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

This div background color is #3ebdca


#3ebdca Border Color

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

This div border color is #3ebdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebdca


Comments

No comments written yet.

Please login to write comment.