Color Hex Logo

#379acf Color Hex

#379ACF
(55,154,207)
0 Favorites   0 Comments

Color spaces of #379acf

RGB 55154207
HSL0.560.610.51
HSV201°73°81°
CMYK 0.730.260.00   0.19
XYZ24.393628.428463.2330
Yxy28.42840.21020.2450
Hunter Lab53.3183-11.6416-32.9924
CIE-Lab60.2738-11.0187-35.3556

#379acf color RGB value is (55,154,207).

#379acf hex color red value is 55, green value is 154 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #379acf hue: 0.56 , saturation: 0.61 and the lightness value of 379acf is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011010 11001111
Octal 67 232 317
Decimal 55 154 207
Hex 37 9A CF

RGB Percentages of Color #379acf

%13.22
%37.02
%49.76

CMYK Percentages of Color #379acf

%73
%26
%0
%19

Triadic Colors of #379acf

#379acf #cf379a #9acf37

Analogous Colors of #379acf

#379acf #374ecf #37cfb8

Monochromatic Colors of #379acf

#379acf

Complementary Color

#379acf #cf6c37

#379acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#379acf Color CSS Codes

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

#379acf Text Font Color

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

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


#379acf Background Color

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

This div background color is #379acf


#379acf Border Color

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

This div border color is #379acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379acf


Comments

No comments written yet.

Please login to write comment.