Color Hex Logo

#368edb Color Hex

#368EDB
(54,142,219)
0 Favorites   0 Comments

Color spaces of #368edb

RGB 54142219
HSL0.580.700.54
HSV208°75°86°
CMYK 0.750.350.00   0.14
XYZ23.980525.244770.6266
Yxy25.24470.20010.2106
Hunter Lab50.2441-2.7327-48.1713
CIE-Lab57.3131-0.0607-46.7257

#368edb color RGB value is (54,142,219).

#368edb hex color red value is 54, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #368edb hue: 0.58 , saturation: 0.70 and the lightness value of 368edb is 0.54.

The process color (four color CMYK) of #368edb color hex is 0.75, 0.35, 0.00, 0.14. Web safe color of #368edb is #3399cc. Color #368edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001110 11011011
Octal 66 216 333
Decimal 54 142 219
Hex 36 8E DB

RGB Percentages of Color #368edb

%13.01
%34.22
%52.77

CMYK Percentages of Color #368edb

%75
%35
%0
%14

Triadic Colors of #368edb

#368edb #db368e #8edb36

Analogous Colors of #368edb

#368edb #363cdb #36dbd6

Monochromatic Colors of #368edb

#368edb

Complementary Color

#368edb #db8336

#368edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#368edb Color CSS Codes

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

#368edb Text Font Color

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

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


#368edb Background Color

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

This div background color is #368edb


#368edb Border Color

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

This div border color is #368edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368edb


Comments

No comments written yet.

Please login to write comment.