Color Hex Logo

#368de0 Color Hex

#368DE0
(54,141,224)
0 Favorites   0 Comments

Color spaces of #368de0

RGB 54141224
HSL0.580.730.55
HSV209°76°88°
CMYK 0.760.370.00   0.12
XYZ24.500725.215874.0968
Yxy25.21580.19790.2037
Hunter Lab50.2153-0.7844-52.3365
CIE-Lab57.28512.3281-49.5642

#368de0 color RGB value is (54,141,224).

#368de0 hex color red value is 54, green value is 141 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #368de0 hue: 0.58 , saturation: 0.73 and the lightness value of 368de0 is 0.55.

The process color (four color CMYK) of #368de0 color hex is 0.76, 0.37, 0.00, 0.12. Web safe color of #368de0 is #3399cc. Color #368de0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001101 11100000
Octal 66 215 340
Decimal 54 141 224
Hex 36 8D E0

RGB Percentages of Color #368de0

%12.89
%33.65
%53.46

CMYK Percentages of Color #368de0

%76
%37
%0
%12

Triadic Colors of #368de0

#368de0 #e0368d #8de036

Analogous Colors of #368de0

#368de0 #3638e0 #36e0de

Monochromatic Colors of #368de0

#368de0

Complementary Color

#368de0 #e08936

#368de0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368de0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368de0 Color CSS Codes

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

#368de0 Text Font Color

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

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


#368de0 Background Color

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

This div background color is #368de0


#368de0 Border Color

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

This div border color is #368de0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368de0


Comments

No comments written yet.

Please login to write comment.