Color Hex Logo

#369def Color Hex

#369DEF
(54,157,239)
0 Favorites   0 Comments

Color spaces of #369def

RGB 54157239
HSL0.570.850.57
HSV207°77°94°
CMYK 0.770.340.00   0.06
XYZ29.158331.130286.1333
Yxy31.13020.19910.2126
Hunter Lab55.7944-4.3558-52.4735
CIE-Lab62.6174-1.6497-49.4224

#369def color RGB value is (54,157,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011101 11101111
Octal 66 235 357
Decimal 54 157 239
Hex 36 9D EF

RGB Percentages of Color #369def

%12.00
%34.89
%53.11

CMYK Percentages of Color #369def

%77
%34
%0
%6

Triadic Colors of #369def

#369def #ef369d #9def36

Analogous Colors of #369def

#369def #3641ef #36efe5

Monochromatic Colors of #369def

#369def

Complementary Color

#369def #ef8836

#369def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369def Color Preview on White Background

Lorem ipsum dolor sit amet.

#369def Color CSS Codes

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

#369def Text Font Color

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

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


#369def Background Color

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

This div background color is #369def


#369def Border Color

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

This div border color is #369def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,157,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 #369def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369def


Comments

No comments written yet.

Please login to write comment.