Color Hex Logo

#3fb8ed Color Hex

#3FB8ED
(63,184,237)
0 Favorites   0 Comments

Color spaces of #3fb8ed

RGB 63184237
HSL0.550.830.59
HSV198°73°93°
CMYK 0.730.220.00   0.07
XYZ34.476541.452286.3047
Yxy41.45220.21250.2555
Hunter Lab64.3834-17.0864-34.4087
CIE-Lab70.4916-16.2220-35.9688

#3fb8ed color RGB value is (63,184,237).

#3fb8ed hex color red value is 63, green value is 184 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3fb8ed hue: 0.55 , saturation: 0.83 and the lightness value of 3fb8ed is 0.59.

The process color (four color CMYK) of #3fb8ed color hex is 0.73, 0.22, 0.00, 0.07. Web safe color of #3fb8ed is #33ccff. Color #3fb8ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111000 11101101
Octal 77 270 355
Decimal 63 184 237
Hex 3F B8 ED

RGB Percentages of Color #3fb8ed

%13.02
%38.02
%48.97

CMYK Percentages of Color #3fb8ed

%73
%22
%0
%7

Triadic Colors of #3fb8ed

#3fb8ed #ed3fb8 #b8ed3f

Analogous Colors of #3fb8ed

#3fb8ed #3f61ed #3fedcb

Monochromatic Colors of #3fb8ed

#3fb8ed

Complementary Color

#3fb8ed #ed743f

#3fb8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fb8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fb8ed Color CSS Codes

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

#3fb8ed Text Font Color

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

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


#3fb8ed Background Color

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

This div background color is #3fb8ed


#3fb8ed Border Color

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

This div border color is #3fb8ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,184,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3fb8ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3fb8ed;
  -webkit-box-shadow: 1px 1px 3px 2px #3fb8ed;
  box-shadow:         1px 1px 3px 2px #3fb8ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,184,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fb8ed


Comments

No comments written yet.

Please login to write comment.