Color Hex Logo

#368cfe Color Hex

#368CFE
(54,140,254)
0 Favorites   0 Comments

Color spaces of #368cfe

RGB 54140254
HSL0.600.990.60
HSV214°79°100°
CMYK 0.790.450.00   0.00
XYZ28.788826.696297.4015
Yxy26.69620.18830.1746
Hunter Lab51.66849.0378-75.6014
CIE-Lab58.692113.8393-63.9280

#368cfe color RGB value is (54,140,254).

#368cfe hex color red value is 54, green value is 140 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #368cfe hue: 0.60 , saturation: 0.99 and the lightness value of 368cfe is 0.60.

The process color (four color CMYK) of #368cfe color hex is 0.79, 0.45, 0.00, 0.00. Web safe color of #368cfe is #3399ff. Color #368cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001100 11111110
Octal 66 214 376
Decimal 54 140 254
Hex 36 8C FE

RGB Percentages of Color #368cfe

%12.05
%31.25
%56.70

CMYK Percentages of Color #368cfe

%79
%45
%0
%0

Triadic Colors of #368cfe

#368cfe #fe368c #8cfe36

Analogous Colors of #368cfe

#368cfe #4436fe #36f0fe

Monochromatic Colors of #368cfe

#368cfe

Complementary Color

#368cfe #fea836

#368cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#368cfe Color CSS Codes

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

#368cfe Text Font Color

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

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


#368cfe Background Color

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

This div background color is #368cfe


#368cfe Border Color

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

This div border color is #368cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.