Color Hex Logo

#369ebd Color Hex

#369EBD
(54,158,189)
0 Favorites   0 Comments

Color spaces of #369ebd

RGB 54158189
HSL0.540.560.48
HSV194°71°74°
CMYK 0.710.160.00   0.26
XYZ22.933528.912152.5160
Yxy28.91210.21980.2770
Hunter Lab53.7700-17.9652-20.2683
CIE-Lab60.7040-19.3434-24.5979

#369ebd color RGB value is (54,158,189).

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

The process color (four color CMYK) of #369ebd color hex is 0.71, 0.16, 0.00, 0.26. Web safe color of #369ebd is #3399cc. Color #369ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011110 10111101
Octal 66 236 275
Decimal 54 158 189
Hex 36 9E BD

RGB Percentages of Color #369ebd

%13.47
%39.40
%47.13

CMYK Percentages of Color #369ebd

%71
%16
%0
%26

Triadic Colors of #369ebd

#369ebd #bd369e #9ebd36

Analogous Colors of #369ebd

#369ebd #365bbd #36bd99

Monochromatic Colors of #369ebd

#369ebd

Complementary Color

#369ebd #bd5536

#369ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#369ebd Color CSS Codes

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

#369ebd Text Font Color

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

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


#369ebd Background Color

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

This div background color is #369ebd


#369ebd Border Color

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

This div border color is #369ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369ebd


Comments

No comments written yet.

Please login to write comment.