Color Hex Logo

#368eed Color Hex

#368EED
(54,142,237)
0 Favorites   0 Comments

Color spaces of #368eed

RGB 54142237
HSL0.590.840.57
HSV211°77°93°
CMYK 0.770.400.00   0.07
XYZ26.480426.244783.7908
Yxy26.24470.19400.1922
Hunter Lab51.22962.6143-61.1137
CIE-Lab58.26866.4386-55.2280

#368eed color RGB value is (54,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001110 11101101
Octal 66 216 355
Decimal 54 142 237
Hex 36 8E ED

RGB Percentages of Color #368eed

%12.47
%32.79
%54.73

CMYK Percentages of Color #368eed

%77
%40
%0
%7

Triadic Colors of #368eed

#368eed #ed368e #8eed36

Analogous Colors of #368eed

#368eed #3936ed #36eaed

Monochromatic Colors of #368eed

#368eed

Complementary Color

#368eed #ed9536

#368eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#368eed Color CSS Codes

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

#368eed Text Font Color

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

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


#368eed Background Color

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

This div background color is #368eed


#368eed Border Color

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

This div border color is #368eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,142,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368eed


Comments

No comments written yet.

Please login to write comment.