Color Hex Logo

#3baeda Color Hex

#3BAEDA
(59,174,218)
0 Favorites   0 Comments

Color spaces of #3baeda

RGB 59174218
HSL0.550.680.54
HSV197°73°85°
CMYK 0.730.200.00   0.15
XYZ29.594636.263971.7695
Yxy36.26390.21500.2635
Hunter Lab60.2195-17.6612-28.5080
CIE-Lab66.7211-17.6643-31.4338

#3baeda color RGB value is (59,174,218).

#3baeda hex color red value is 59, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3baeda hue: 0.55 , saturation: 0.68 and the lightness value of 3baeda is 0.54.

The process color (four color CMYK) of #3baeda color hex is 0.73, 0.20, 0.00, 0.15. Web safe color of #3baeda is #3399cc. Color #3baeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101110 11011010
Octal 73 256 332
Decimal 59 174 218
Hex 3B AE DA

RGB Percentages of Color #3baeda

%13.08
%38.58
%48.34

CMYK Percentages of Color #3baeda

%73
%20
%0
%15

Triadic Colors of #3baeda

#3baeda #da3bae #aeda3b

Analogous Colors of #3baeda

#3baeda #3b5fda #3bdab7

Monochromatic Colors of #3baeda

#3baeda

Complementary Color

#3baeda #da673b

#3baeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baeda Color CSS Codes

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

#3baeda Text Font Color

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

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


#3baeda Background Color

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

This div background color is #3baeda


#3baeda Border Color

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

This div border color is #3baeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baeda


Comments

No comments written yet.

Please login to write comment.