Color Hex Logo

#369cef Color Hex

#369CEF
(54,156,239)
0 Favorites   0 Comments

Color spaces of #369cef

RGB 54156239
HSL0.570.850.57
HSV207°77°94°
CMYK 0.770.350.00   0.06
XYZ28.989830.793286.0771
Yxy30.79320.19880.2111
Hunter Lab55.4916-3.8588-53.1249
CIE-Lab62.3327-1.0732-49.8730

#369cef color RGB value is (54,156,239).

#369cef hex color red value is 54, green value is 156 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #369cef hue: 0.57 , saturation: 0.85 and the lightness value of 369cef is 0.57.

The process color (four color CMYK) of #369cef color hex is 0.77, 0.35, 0.00, 0.06. Web safe color of #369cef is #3399ff. Color #369cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011100 11101111
Octal 66 234 357
Decimal 54 156 239
Hex 36 9C EF

RGB Percentages of Color #369cef

%12.03
%34.74
%53.23

CMYK Percentages of Color #369cef

%77
%35
%0
%6

Triadic Colors of #369cef

#369cef #ef369c #9cef36

Analogous Colors of #369cef

#369cef #3640ef #36efe6

Monochromatic Colors of #369cef

#369cef

Complementary Color

#369cef #ef8936

#369cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#369cef Color CSS Codes

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

#369cef Text Font Color

<p style="color:#369cef">Text here</p>

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


#369cef Background Color

<div style="background-color:#369cef">
Div content here</div>

This div background color is #369cef


#369cef Border Color

<div style="border:3px solid #369cef">
Div here</div>

This div border color is #369cef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,156,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #369cef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #369cef;
  -webkit-box-shadow: 1px 1px 3px 2px #369cef;
  box-shadow:         1px 1px 3px 2px #369cef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369cef


Comments

No comments written yet.

Please login to write comment.