Color Hex Logo

#3ebefb Color Hex

#3EBEFB
(62,190,251)
0 Favorites   0 Comments

Color spaces of #3ebefb

RGB 62190251
HSL0.550.960.61
HSV199°75°98°
CMYK 0.750.240.00   0.02
XYZ37.812644.816197.9242
Yxy44.81610.20940.2482
Hunter Lab66.9448-16.3309-39.8656
CIE-Lab72.7706-14.8961-39.9987

#3ebefb color RGB value is (62,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111110 11111011
Octal 76 276 373
Decimal 62 190 251
Hex 3E BE FB

RGB Percentages of Color #3ebefb

%12.33
%37.77
%49.90

CMYK Percentages of Color #3ebefb

%75
%24
%0
%2

Triadic Colors of #3ebefb

#3ebefb #fb3ebe #befb3e

Analogous Colors of #3ebefb

#3ebefb #3e60fb #3efbda

Monochromatic Colors of #3ebefb

#3ebefb

Complementary Color

#3ebefb #fb7b3e

#3ebefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebefb Color CSS Codes

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

#3ebefb Text Font Color

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

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


#3ebefb Background Color

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

This div background color is #3ebefb


#3ebefb Border Color

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

This div border color is #3ebefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebefb

Related Colors


Comments

No comments written yet.

Please login to write comment.