Color Hex Logo

#3bacee Color Hex

#3BACEE
(59,172,238)
0 Favorites   0 Comments

Color spaces of #3bacee

RGB 59172238
HSL0.560.840.58
HSV202°75°93°
CMYK 0.750.280.00   0.07
XYZ31.988836.607986.2690
Yxy36.60790.20660.2364
Hunter Lab60.5045-11.5096-42.1843
CIE-Lab66.9818-9.8854-41.9946

#3bacee color RGB value is (59,172,238).

#3bacee hex color red value is 59, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3bacee hue: 0.56 , saturation: 0.84 and the lightness value of 3bacee is 0.58.

The process color (four color CMYK) of #3bacee color hex is 0.75, 0.28, 0.00, 0.07. Web safe color of #3bacee is #3399ff. Color #3bacee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101100 11101110
Octal 73 254 356
Decimal 59 172 238
Hex 3B AC EE

RGB Percentages of Color #3bacee

%12.58
%36.67
%50.75

CMYK Percentages of Color #3bacee

%75
%28
%0
%7

Triadic Colors of #3bacee

#3bacee #ee3bac #acee3b

Analogous Colors of #3bacee

#3bacee #3b53ee #3beed7

Monochromatic Colors of #3bacee

#3bacee

Complementary Color

#3bacee #ee7d3b

#3bacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bacee Color CSS Codes

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

#3bacee Text Font Color

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

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


#3bacee Background Color

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

This div background color is #3bacee


#3bacee Border Color

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

This div border color is #3bacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bacee

#3bacee Color Palettes


Comments

No comments written yet.

Please login to write comment.