Color Hex Logo

#379ede Color Hex

#379EDE
(55,158,222)
0 Favorites   0 Comments

Color spaces of #379ede

RGB 55158222
HSL0.560.720.54
HSV203°75°87°
CMYK 0.750.290.00   0.13
XYZ26.987230.539973.5796
Yxy30.53990.20580.2329
Hunter Lab55.2629-9.5411-40.2574
CIE-Lab62.1173-8.0805-40.8225

#379ede color RGB value is (55,158,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011110 11011110
Octal 67 236 336
Decimal 55 158 222
Hex 37 9E DE

RGB Percentages of Color #379ede

%12.64
%36.32
%51.03

CMYK Percentages of Color #379ede

%75
%29
%0
%13

Triadic Colors of #379ede

#379ede #de379e #9ede37

Analogous Colors of #379ede

#379ede #374ade #37decb

Monochromatic Colors of #379ede

#379ede

Complementary Color

#379ede #de7737

#379ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#379ede Color CSS Codes

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

#379ede Text Font Color

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

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


#379ede Background Color

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

This div background color is #379ede


#379ede Border Color

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

This div border color is #379ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379ede


Comments

No comments written yet.

Please login to write comment.