Color Hex Logo

#3ebcfb Color Hex

#3EBCFB
(62,188,251)
0 Favorites   0 Comments

Color spaces of #3ebcfb

RGB 62188251
HSL0.560.960.61
HSV200°75°98°
CMYK 0.750.250.00   0.02
XYZ37.382443.955697.7808
Yxy43.95560.20870.2454
Hunter Lab66.2990-15.3769-41.0343
CIE-Lab72.1988-13.8313-40.8904

#3ebcfb color RGB value is (62,188,251).

#3ebcfb hex color red value is 62, green value is 188 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3ebcfb hue: 0.56 , saturation: 0.96 and the lightness value of 3ebcfb is 0.61.

The process color (four color CMYK) of #3ebcfb color hex is 0.75, 0.25, 0.00, 0.02. Web safe color of #3ebcfb is #33ccff. Color #3ebcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111100 11111011
Octal 76 274 373
Decimal 62 188 251
Hex 3E BC FB

RGB Percentages of Color #3ebcfb

%12.38
%37.52
%50.10

CMYK Percentages of Color #3ebcfb

%75
%25
%0
%2

Triadic Colors of #3ebcfb

#3ebcfb #fb3ebc #bcfb3e

Analogous Colors of #3ebcfb

#3ebcfb #3e5efb #3efbdc

Monochromatic Colors of #3ebcfb

#3ebcfb

Complementary Color

#3ebcfb #fb7d3e

#3ebcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebcfb Color CSS Codes

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

#3ebcfb Text Font Color

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

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


#3ebcfb Background Color

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

This div background color is #3ebcfb


#3ebcfb Border Color

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

This div border color is #3ebcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebcfb


Comments

No comments written yet.

Please login to write comment.