Color Hex Logo

#3ebeca Color Hex

#3EBECA
(62,190,202)
0 Favorites   0 Comments

Color spaces of #3ebeca

RGB 62190202
HSL0.510.570.52
HSV185°69°79°
CMYK 0.690.060.00   0.21
XYZ31.060742.115362.3691
Yxy42.11530.22920.3107
Hunter Lab64.8963-28.1348-11.5537
CIE-Lab70.9503-30.3877-16.1844

#3ebeca color RGB value is (62,190,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111110 11001010
Octal 76 276 312
Decimal 62 190 202
Hex 3E BE CA

RGB Percentages of Color #3ebeca

%13.66
%41.85
%44.49

CMYK Percentages of Color #3ebeca

%69
%6
%0
%21

Triadic Colors of #3ebeca

#3ebeca #ca3ebe #beca3e

Analogous Colors of #3ebeca

#3ebeca #3e78ca #3eca90

Monochromatic Colors of #3ebeca

#3ebeca

Complementary Color

#3ebeca #ca4a3e

#3ebeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebeca Color CSS Codes

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

#3ebeca Text Font Color

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

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


#3ebeca Background Color

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

This div background color is #3ebeca


#3ebeca Border Color

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

This div border color is #3ebeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebeca


Comments

No comments written yet.

Please login to write comment.