Color Hex Logo

#3baedc Color Hex

#3BAEDC
(59,174,220)
0 Favorites   0 Comments

Color spaces of #3baedc

RGB 59174220
HSL0.550.700.55
HSV197°73°86°
CMYK 0.730.210.00   0.14
XYZ29.858036.369273.1564
Yxy36.36920.21420.2609
Hunter Lab60.3069-17.1615-29.7080
CIE-Lab66.8011-17.0067-32.4100

#3baedc color RGB value is (59,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101110 11011100
Octal 73 256 334
Decimal 59 174 220
Hex 3B AE DC

RGB Percentages of Color #3baedc

%13.02
%38.41
%48.57

CMYK Percentages of Color #3baedc

%73
%21
%0
%14

Triadic Colors of #3baedc

#3baedc #dc3bae #aedc3b

Analogous Colors of #3baedc

#3baedc #3b5ddc #3bdcba

Monochromatic Colors of #3baedc

#3baedc

Complementary Color

#3baedc #dc693b

#3baedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baedc Color CSS Codes

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

#3baedc Text Font Color

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

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


#3baedc Background Color

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

This div background color is #3baedc


#3baedc Border Color

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

This div border color is #3baedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baedc


Comments

No comments written yet.

Please login to write comment.