Color Hex Logo

#379edb Color Hex

#379EDB
(55,158,219)
0 Favorites   0 Comments

Color spaces of #379edb

RGB 55158219
HSL0.560.690.54
HSV202°75°86°
CMYK 0.750.280.00   0.14
XYZ26.588630.380471.4805
Yxy30.38040.20700.2365
Hunter Lab55.1184-10.3505-38.3075
CIE-Lab61.9811-9.1193-39.3723

#379edb color RGB value is (55,158,219).

#379edb hex color red value is 55, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #379edb hue: 0.56 , saturation: 0.69 and the lightness value of 379edb is 0.54.

The process color (four color CMYK) of #379edb color hex is 0.75, 0.28, 0.00, 0.14. Web safe color of #379edb is #3399cc. Color #379edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011110 11011011
Octal 67 236 333
Decimal 55 158 219
Hex 37 9E DB

RGB Percentages of Color #379edb

%12.73
%36.57
%50.69

CMYK Percentages of Color #379edb

%75
%28
%0
%14

Triadic Colors of #379edb

#379edb #db379e #9edb37

Analogous Colors of #379edb

#379edb #374cdb #37dbc6

Monochromatic Colors of #379edb

#379edb

Complementary Color

#379edb #db7437

#379edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#379edb Color CSS Codes

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

#379edb Text Font Color

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

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


#379edb Background Color

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

This div background color is #379edb


#379edb Border Color

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

This div border color is #379edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379edb


Comments

No comments written yet.

Please login to write comment.