Color Hex Logo

#368eee Color Hex

#368EEE
(54,142,238)
0 Favorites   0 Comments

Color spaces of #368eee

RGB 54142238
HSL0.590.840.57
HSV211°77°93°
CMYK 0.770.400.00   0.07
XYZ26.626926.303384.5626
Yxy26.30330.19370.1913
Hunter Lab51.28672.9213-61.8578
CIE-Lab58.32386.8016-55.6938

#368eee color RGB value is (54,142,238).

#368eee hex color red value is 54, green value is 142 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #368eee hue: 0.59 , saturation: 0.84 and the lightness value of 368eee is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001110 11101110
Octal 66 216 356
Decimal 54 142 238
Hex 36 8E EE

RGB Percentages of Color #368eee

%12.44
%32.72
%54.84

CMYK Percentages of Color #368eee

%77
%40
%0
%7

Triadic Colors of #368eee

#368eee #ee368e #8eee36

Analogous Colors of #368eee

#368eee #3a36ee #36eaee

Monochromatic Colors of #368eee

#368eee

Complementary Color

#368eee #ee9636

#368eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#368eee Color CSS Codes

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

#368eee Text Font Color

<p style="color:#368eee">Text here</p>

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


#368eee Background Color

<div style="background-color:#368eee">
Div content here</div>

This div background color is #368eee


#368eee Border Color

<div style="border:3px solid #368eee">
Div here</div>

This div border color is #368eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,142,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #368eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #368eee;
  -webkit-box-shadow: 1px 1px 3px 2px #368eee;
  box-shadow:         1px 1px 3px 2px #368eee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,142,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 #368eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368eee


Comments

No comments written yet.

Please login to write comment.