Color Hex Logo

#3666ee Color Hex

#3666EE
(54,102,238)
0 Favorites   0 Comments

Color spaces of #3666ee

RGB 54102238
HSL0.620.840.57
HSV224°77°93°
CMYK 0.770.570.00   0.07
XYZ21.705316.460182.9220
Yxy16.46010.17930.1359
Hunter Lab40.571024.4972-92.7814
CIE-Lab47.572431.5990-73.0340

#3666ee color RGB value is (54,102,238).

#3666ee hex color red value is 54, green value is 102 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3666ee hue: 0.62 , saturation: 0.84 and the lightness value of 3666ee is 0.57.

The process color (four color CMYK) of #3666ee color hex is 0.77, 0.57, 0.00, 0.07. Web safe color of #3666ee is #3366ff. Color #3666ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100110 11101110
Octal 66 146 356
Decimal 54 102 238
Hex 36 66 EE

RGB Percentages of Color #3666ee

%13.71
%25.89
%60.41

CMYK Percentages of Color #3666ee

%77
%57
%0
%7

Triadic Colors of #3666ee

#3666ee #ee3666 #66ee36

Analogous Colors of #3666ee

#3666ee #6236ee #36c2ee

Monochromatic Colors of #3666ee

#3666ee

Complementary Color

#3666ee #eebe36

#3666ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3666ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3666ee Color CSS Codes

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

#3666ee Text Font Color

<p style="color:#3666ee">Text here</p>

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


#3666ee Background Color

<div style="background-color:#3666ee">
Div content here</div>

This div background color is #3666ee


#3666ee Border Color

<div style="border:3px solid #3666ee">
Div here</div>

This div border color is #3666ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,102,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3666ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3666ee;
  -webkit-box-shadow: 1px 1px 3px 2px #3666ee;
  box-shadow:         1px 1px 3px 2px #3666ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3666ee


Comments

No comments written yet.

Please login to write comment.