Color Hex Logo

#379eda Color Hex

#379EDA
(55,158,218)
0 Favorites   0 Comments

Color spaces of #379eda

RGB 55158218
HSL0.560.690.54
HSV202°75°85°
CMYK 0.750.280.00   0.15
XYZ26.457330.327970.7891
Yxy30.32790.20740.2377
Hunter Lab55.0708-10.6182-37.6630
CIE-Lab61.9361-9.4647-38.8876

#379eda color RGB value is (55,158,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011110 11011010
Octal 67 236 332
Decimal 55 158 218
Hex 37 9E DA

RGB Percentages of Color #379eda

%12.76
%36.66
%50.58

CMYK Percentages of Color #379eda

%75
%28
%0
%15

Triadic Colors of #379eda

#379eda #da379e #9eda37

Analogous Colors of #379eda

#379eda #374dda #37dac5

Monochromatic Colors of #379eda

#379eda

Complementary Color

#379eda #da7337

#379eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#379eda Color CSS Codes

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

#379eda Text Font Color

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

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


#379eda Background Color

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

This div background color is #379eda


#379eda Border Color

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

This div border color is #379eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379eda


Comments

No comments written yet.

Please login to write comment.