Color Hex Logo

#379abc Color Hex

#379ABC
(55,154,188)
0 Favorites   0 Comments

Color spaces of #379abc

RGB 55154188
HSL0.540.550.48
HSV195°71°74°
CMYK 0.710.180.00   0.26
XYZ22.208327.554351.7250
Yxy27.55430.21880.2715
Hunter Lab52.4922-16.3419-21.6789
CIE-Lab59.4839-17.4008-25.9100

#379abc color RGB value is (55,154,188).

#379abc hex color red value is 55, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #379abc hue: 0.54 , saturation: 0.55 and the lightness value of 379abc is 0.48.

The process color (four color CMYK) of #379abc color hex is 0.71, 0.18, 0.00, 0.26. Web safe color of #379abc is #3399cc. Color #379abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011010 10111100
Octal 67 232 274
Decimal 55 154 188
Hex 37 9A BC

RGB Percentages of Color #379abc

%13.85
%38.79
%47.36

CMYK Percentages of Color #379abc

%71
%18
%0
%26

Triadic Colors of #379abc

#379abc #bc379a #9abc37

Analogous Colors of #379abc

#379abc #3758bc #37bc9c

Monochromatic Colors of #379abc

#379abc

Complementary Color

#379abc #bc5937

#379abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#379abc Color CSS Codes

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

#379abc Text Font Color

<p style="color:#379abc">Text here</p>

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


#379abc Background Color

<div style="background-color:#379abc">
Div content here</div>

This div background color is #379abc


#379abc Border Color

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

This div border color is #379abc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,154,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #379abc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #379abc;
  -webkit-box-shadow: 1px 1px 3px 2px #379abc;
  box-shadow:         1px 1px 3px 2px #379abc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,154,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379abc


Comments

No comments written yet.

Please login to write comment.