Color Hex Logo

#379fee Color Hex

#379FEE
(55,159,238)
0 Favorites   0 Comments

Color spaces of #379fee

RGB 55159238
HSL0.570.840.57
HSV206°77°93°
CMYK 0.770.330.00   0.07
XYZ29.406331.781585.4735
Yxy31.78150.20050.2167
Hunter Lab56.3751-5.5474-50.4304
CIE-Lab63.1619-3.0433-48.0101

#379fee color RGB value is (55,159,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011111 11101110
Octal 67 237 356
Decimal 55 159 238
Hex 37 9F EE

RGB Percentages of Color #379fee

%12.17
%35.18
%52.65

CMYK Percentages of Color #379fee

%77
%33
%0
%7

Triadic Colors of #379fee

#379fee #ee379f #9fee37

Analogous Colors of #379fee

#379fee #3744ee #37eee2

Monochromatic Colors of #379fee

#379fee

Complementary Color

#379fee #ee8637

#379fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#379fee Color CSS Codes

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

#379fee Text Font Color

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

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


#379fee Background Color

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

This div background color is #379fee


#379fee Border Color

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

This div border color is #379fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379fee


Comments

No comments written yet.

Please login to write comment.