Color Hex Logo

#368ece Color Hex

#368ECE
(54,142,206)
0 Favorites   0 Comments

Color spaces of #368ece

RGB 54142206
HSL0.570.610.51
HSV205°74°81°
CMYK 0.740.310.00   0.19
XYZ22.334924.586561.9610
Yxy24.58650.20510.2258
Hunter Lab49.5848-6.3701-39.3793
CIE-Lab56.6703-4.6890-40.4421

#368ece color RGB value is (54,142,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001110 11001110
Octal 66 216 316
Decimal 54 142 206
Hex 36 8E CE

RGB Percentages of Color #368ece

%13.43
%35.32
%51.24

CMYK Percentages of Color #368ece

%74
%31
%0
%19

Triadic Colors of #368ece

#368ece #ce368e #8ece36

Analogous Colors of #368ece

#368ece #3642ce #36cec2

Monochromatic Colors of #368ece

#368ece

Complementary Color

#368ece #ce7636

#368ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#368ece Color CSS Codes

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

#368ece Text Font Color

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

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


#368ece Background Color

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

This div background color is #368ece


#368ece Border Color

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

This div border color is #368ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368ece


Comments

No comments written yet.

Please login to write comment.