Color Hex Logo

#379eaf Color Hex

#379EAF
(55,158,175)
0 Favorites   0 Comments

Color spaces of #379eaf

RGB 55158175
HSL0.520.520.45
HSV189°69°69°
CMYK 0.690.100.00   0.31
XYZ21.540328.361144.8964
Yxy28.36110.22720.2992
Hunter Lab53.2551-20.9980-12.7055
CIE-Lab60.2136-23.6650-17.4581

#379eaf color RGB value is (55,158,175).

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

The process color (four color CMYK) of #379eaf color hex is 0.69, 0.10, 0.00, 0.31. Web safe color of #379eaf is #339999. Color #379eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011110 10101111
Octal 67 236 257
Decimal 55 158 175
Hex 37 9E AF

RGB Percentages of Color #379eaf

%14.18
%40.72
%45.10

CMYK Percentages of Color #379eaf

%69
%10
%0
%31

Triadic Colors of #379eaf

#379eaf #af379e #9eaf37

Analogous Colors of #379eaf

#379eaf #3762af #37af84

Monochromatic Colors of #379eaf

#379eaf

Complementary Color

#379eaf #af4837

#379eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#379eaf Color CSS Codes

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

#379eaf Text Font Color

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

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


#379eaf Background Color

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

This div background color is #379eaf


#379eaf Border Color

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

This div border color is #379eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379eaf


Comments

No comments written yet.

Please login to write comment.