Color Hex Logo

#368ecd Color Hex

#368ECD
(54,142,205)
0 Favorites   0 Comments

Color spaces of #368ecd

RGB 54142205
HSL0.570.600.51
HSV205°74°80°
CMYK 0.740.310.00   0.20
XYZ22.213824.538061.3231
Yxy24.53800.20550.2270
Hunter Lab49.5358-6.6414-38.7232
CIE-Lab56.6225-5.0415-39.9538

#368ecd color RGB value is (54,142,205).

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

The process color (four color CMYK) of #368ecd color hex is 0.74, 0.31, 0.00, 0.20. Web safe color of #368ecd is #3399cc. Color #368ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001110 11001101
Octal 66 216 315
Decimal 54 142 205
Hex 36 8E CD

RGB Percentages of Color #368ecd

%13.47
%35.41
%51.12

CMYK Percentages of Color #368ecd

%74
%31
%0
%20

Triadic Colors of #368ecd

#368ecd #cd368e #8ecd36

Analogous Colors of #368ecd

#368ecd #3642cd #36cdc1

Monochromatic Colors of #368ecd

#368ecd

Complementary Color

#368ecd #cd7536

#368ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#368ecd Color CSS Codes

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

#368ecd Text Font Color

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

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


#368ecd Background Color

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

This div background color is #368ecd


#368ecd Border Color

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

This div border color is #368ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368ecd


Comments

No comments written yet.

Please login to write comment.