Color Hex Logo

#369fdc Color Hex

#369FDC
(54,159,220)
0 Favorites   0 Comments

Color spaces of #369fdc

RGB 54159220
HSL0.560.700.54
HSV202°75°86°
CMYK 0.750.280.00   0.14
XYZ26.837730.747972.2306
Yxy30.74790.20670.2369
Hunter Lab55.4508-10.6464-38.4160
CIE-Lab62.2942-9.4512-39.4383

#369fdc color RGB value is (54,159,220).

#369fdc hex color red value is 54, green value is 159 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #369fdc hue: 0.56 , saturation: 0.70 and the lightness value of 369fdc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011111 11011100
Octal 66 237 334
Decimal 54 159 220
Hex 36 9F DC

RGB Percentages of Color #369fdc

%12.47
%36.72
%50.81

CMYK Percentages of Color #369fdc

%75
%28
%0
%14

Triadic Colors of #369fdc

#369fdc #dc369f #9fdc36

Analogous Colors of #369fdc

#369fdc #364cdc #36dcc6

Monochromatic Colors of #369fdc

#369fdc

Complementary Color

#369fdc #dc7336

#369fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#369fdc Color CSS Codes

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

#369fdc Text Font Color

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

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


#369fdc Background Color

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

This div background color is #369fdc


#369fdc Border Color

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

This div border color is #369fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369fdc


Comments

No comments written yet.

Please login to write comment.