Color Hex Logo

#3bbaed Color Hex

#3BBAED
(59,186,237)
0 Favorites   0 Comments

Color spaces of #3bbaed

RGB 59186237
HSL0.550.830.58
HSV197°75°93°
CMYK 0.750.220.00   0.07
XYZ34.648642.162086.4327
Yxy42.16200.21230.2583
Hunter Lab64.9323-18.3818-33.4696
CIE-Lab70.9825-17.7456-35.2139

#3bbaed color RGB value is (59,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111010 11101101
Octal 73 272 355
Decimal 59 186 237
Hex 3B BA ED

RGB Percentages of Color #3bbaed

%12.24
%38.59
%49.17

CMYK Percentages of Color #3bbaed

%75
%22
%0
%7

Triadic Colors of #3bbaed

#3bbaed #ed3bba #baed3b

Analogous Colors of #3bbaed

#3bbaed #3b61ed #3bedc7

Monochromatic Colors of #3bbaed

#3bbaed

Complementary Color

#3bbaed #ed6e3b

#3bbaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbaed Color CSS Codes

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

#3bbaed Text Font Color

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

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


#3bbaed Background Color

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

This div background color is #3bbaed


#3bbaed Border Color

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

This div border color is #3bbaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbaed


Comments

No comments written yet.

Please login to write comment.