Color Hex Logo

#379cae Color Hex

#379CAE
(55,156,174)
0 Favorites   0 Comments

Color spaces of #379cae

RGB 55156174
HSL0.530.520.45
HSV189°68°68°
CMYK 0.680.100.00   0.32
XYZ21.104027.645244.2681
Yxy27.64520.22690.2972
Hunter Lab52.5787-20.3665-13.1135
CIE-Lab59.5668-22.9496-17.8755

#379cae color RGB value is (55,156,174).

#379cae hex color red value is 55, green value is 156 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #379cae hue: 0.53 , saturation: 0.52 and the lightness value of 379cae is 0.45.

The process color (four color CMYK) of #379cae color hex is 0.68, 0.10, 0.00, 0.32. Web safe color of #379cae is #339999. Color #379cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011100 10101110
Octal 67 234 256
Decimal 55 156 174
Hex 37 9C AE

RGB Percentages of Color #379cae

%14.29
%40.52
%45.19

CMYK Percentages of Color #379cae

%68
%10
%0
%32

Triadic Colors of #379cae

#379cae #ae379c #9cae37

Analogous Colors of #379cae

#379cae #3761ae #37ae85

Monochromatic Colors of #379cae

#379cae

Complementary Color

#379cae #ae4937

#379cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#379cae Color CSS Codes

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

#379cae Text Font Color

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

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


#379cae Background Color

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

This div background color is #379cae


#379cae Border Color

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

This div border color is #379cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379cae


Comments

No comments written yet.

Please login to write comment.