Color Hex Logo

#3ebfeb Color Hex

#3EBFEB
(62,191,235)
0 Favorites   0 Comments

Color spaces of #3ebfeb

RGB 62191235
HSL0.540.810.58
HSV195°74°92°
CMYK 0.740.190.00   0.08
XYZ35.612844.283985.2679
Yxy44.28390.21560.2681
Hunter Lab66.5461-20.9298-29.3880
CIE-Lab72.4178-20.6496-31.9035

#3ebfeb color RGB value is (62,191,235).

#3ebfeb hex color red value is 62, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3ebfeb hue: 0.54 , saturation: 0.81 and the lightness value of 3ebfeb is 0.58.

The process color (four color CMYK) of #3ebfeb color hex is 0.74, 0.19, 0.00, 0.08. Web safe color of #3ebfeb is #33ccff. Color #3ebfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111111 11101011
Octal 76 277 353
Decimal 62 191 235
Hex 3E BF EB

RGB Percentages of Color #3ebfeb

%12.70
%39.14
%48.16

CMYK Percentages of Color #3ebfeb

%74
%19
%0
%8

Triadic Colors of #3ebfeb

#3ebfeb #eb3ebf #bfeb3e

Analogous Colors of #3ebfeb

#3ebfeb #3e69eb #3eebc1

Monochromatic Colors of #3ebfeb

#3ebfeb

Complementary Color

#3ebfeb #eb6a3e

#3ebfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebfeb Color CSS Codes

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

#3ebfeb Text Font Color

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

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


#3ebfeb Background Color

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

This div background color is #3ebfeb


#3ebfeb Border Color

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

This div border color is #3ebfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebfeb


Comments

No comments written yet.

Please login to write comment.