Color Hex Logo

#3bbeed Color Hex

#3BBEED
(59,190,237)
0 Favorites   0 Comments

Color spaces of #3bbeed

RGB 59190237
HSL0.540.830.58
HSV196°75°93°
CMYK 0.750.200.00   0.07
XYZ35.503243.871186.7175
Yxy43.87110.21380.2641
Hunter Lab66.2353-20.2327-31.2598
CIE-Lab72.1423-19.8319-33.4174

#3bbeed color RGB value is (59,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111110 11101101
Octal 73 276 355
Decimal 59 190 237
Hex 3B BE ED

RGB Percentages of Color #3bbeed

%12.14
%39.09
%48.77

CMYK Percentages of Color #3bbeed

%75
%20
%0
%7

Triadic Colors of #3bbeed

#3bbeed #ed3bbe #beed3b

Analogous Colors of #3bbeed

#3bbeed #3b65ed #3bedc3

Monochromatic Colors of #3bbeed

#3bbeed

Complementary Color

#3bbeed #ed6a3b

#3bbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbeed Color CSS Codes

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

#3bbeed Text Font Color

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

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


#3bbeed Background Color

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

This div background color is #3bbeed


#3bbeed Border Color

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

This div border color is #3bbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbeed


Comments

No comments written yet.

Please login to write comment.