Color Hex Logo

#379cec Color Hex

#379CEC
(55,156,236)
0 Favorites   0 Comments

Color spaces of #379cec

RGB 55156236
HSL0.570.830.57
HSV207°77°93°
CMYK 0.770.340.00   0.07
XYZ28.604330.645383.7644
Yxy30.64530.20000.2143
Hunter Lab55.3582-4.6436-50.9630
CIE-Lab62.2071-2.0303-48.4183

#379cec color RGB value is (55,156,236).

#379cec hex color red value is 55, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #379cec hue: 0.57 , saturation: 0.83 and the lightness value of 379cec is 0.57.

The process color (four color CMYK) of #379cec color hex is 0.77, 0.34, 0.00, 0.07. Web safe color of #379cec is #3399ff. Color #379cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011100 11101100
Octal 67 234 354
Decimal 55 156 236
Hex 37 9C EC

RGB Percentages of Color #379cec

%12.30
%34.90
%52.80

CMYK Percentages of Color #379cec

%77
%34
%0
%7

Triadic Colors of #379cec

#379cec #ec379c #9cec37

Analogous Colors of #379cec

#379cec #3742ec #37ece2

Monochromatic Colors of #379cec

#379cec

Complementary Color

#379cec #ec8737

#379cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#379cec Color CSS Codes

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

#379cec Text Font Color

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

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


#379cec Background Color

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

This div background color is #379cec


#379cec Border Color

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

This div border color is #379cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379cec


Comments

No comments written yet.

Please login to write comment.