Color Hex Logo

#3ebbfd Color Hex

#3EBBFD
(62,187,253)
0 Favorites   0 Comments

Color spaces of #3ebbfd

RGB 62187253
HSL0.560.980.62
HSV201°75°99°
CMYK 0.750.260.00   0.01
XYZ37.486643.656699.3793
Yxy43.65660.20770.2418
Hunter Lab66.0731-14.3560-42.9257
CIE-Lab71.9984-12.6273-42.2817

#3ebbfd color RGB value is (62,187,253).

#3ebbfd hex color red value is 62, green value is 187 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3ebbfd hue: 0.56 , saturation: 0.98 and the lightness value of 3ebbfd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111011 11111101
Octal 76 273 375
Decimal 62 187 253
Hex 3E BB FD

RGB Percentages of Color #3ebbfd

%12.35
%37.25
%50.40

CMYK Percentages of Color #3ebbfd

%75
%26
%0
%1

Triadic Colors of #3ebbfd

#3ebbfd #fd3ebb #bbfd3e

Analogous Colors of #3ebbfd

#3ebbfd #3e5cfd #3efde0

Monochromatic Colors of #3ebbfd

#3ebbfd

Complementary Color

#3ebbfd #fd803e

#3ebbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebbfd Color CSS Codes

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

#3ebbfd Text Font Color

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

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


#3ebbfd Background Color

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

This div background color is #3ebbfd


#3ebbfd Border Color

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

This div border color is #3ebbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.