Color Hex Logo

#369add Color Hex

#369ADD
(54,154,221)
0 Favorites   0 Comments

Color spaces of #369add

RGB 54154221
HSL0.570.710.54
HSV204°76°87°
CMYK 0.760.300.00   0.13
XYZ26.128129.115972.6495
Yxy29.11590.20430.2277
Hunter Lab53.9592-7.9952-42.0554
CIE-Lab60.8838-6.2885-42.2066

#369add color RGB value is (54,154,221).

#369add hex color red value is 54, green value is 154 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #369add hue: 0.57 , saturation: 0.71 and the lightness value of 369add is 0.54.

The process color (four color CMYK) of #369add color hex is 0.76, 0.30, 0.00, 0.13. Web safe color of #369add is #3399cc. Color #369add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011010 11011101
Octal 66 232 335
Decimal 54 154 221
Hex 36 9A DD

RGB Percentages of Color #369add

%12.59
%35.90
%51.52

CMYK Percentages of Color #369add

%76
%30
%0
%13

Triadic Colors of #369add

#369add #dd369a #9add36

Analogous Colors of #369add

#369add #3647dd #36ddcd

Monochromatic Colors of #369add

#369add

Complementary Color

#369add #dd7936

#369add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369add Color Preview on White Background

Lorem ipsum dolor sit amet.

#369add Color CSS Codes

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

#369add Text Font Color

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

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


#369add Background Color

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

This div background color is #369add


#369add Border Color

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

This div border color is #369add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369add


Comments

No comments written yet.

Please login to write comment.