Color Hex Logo

#3bbfef Color Hex

#3BBFEF
(59,191,239)
0 Favorites   0 Comments

Color spaces of #3bbfef

RGB 59191239
HSL0.540.850.58
HSV196°75°94°
CMYK 0.750.200.00   0.06
XYZ36.014444.423488.3378
Yxy44.42340.21340.2632
Hunter Lab66.6509-20.1876-31.9262
CIE-Lab72.5106-19.6995-33.9299

#3bbfef color RGB value is (59,191,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111111 11101111
Octal 73 277 357
Decimal 59 191 239
Hex 3B BF EF

RGB Percentages of Color #3bbfef

%12.07
%39.06
%48.88

CMYK Percentages of Color #3bbfef

%75
%20
%0
%6

Triadic Colors of #3bbfef

#3bbfef #ef3bbf #bfef3b

Analogous Colors of #3bbfef

#3bbfef #3b65ef #3befc5

Monochromatic Colors of #3bbfef

#3bbfef

Complementary Color

#3bbfef #ef6b3b

#3bbfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbfef Color CSS Codes

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

#3bbfef Text Font Color

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

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


#3bbfef Background Color

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

This div background color is #3bbfef


#3bbfef Border Color

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

This div border color is #3bbfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbfef


Comments

No comments written yet.

Please login to write comment.