Color Hex Logo

#425366 Color Hex

#425366
(66,83,102)
0 Favorites   0 Comments

Color spaces of #425366

RGB 6683102
HSL0.590.210.33
HSV212°35°40°
CMYK 0.350.190.00   0.60
XYZ7.73838.304113.7654
Yxy8.30410.25960.2786
Hunter Lab28.8168-2.4961-8.1502
CIE-Lab34.6084-1.4327-13.1225

#425366 color RGB value is (66,83,102).

#425366 hex color red value is 66, green value is 83 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #425366 hue: 0.59 , saturation: 0.21 and the lightness value of 425366 is 0.33.

The process color (four color CMYK) of #425366 color hex is 0.35, 0.19, 0.00, 0.60. Web safe color of #425366 is #336666. Color #425366 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010011 01100110
Octal 102 123 146
Decimal 66 83 102
Hex 42 53 66

RGB Percentages of Color #425366

%26.29
%33.07
%40.64

CMYK Percentages of Color #425366

%35
%19
%0
%60

Triadic Colors of #425366

#425366 #664253 #536642

Analogous Colors of #425366

#425366 #434266 #426566

Monochromatic Colors of #425366

#425366

Complementary Color

#425366 #665542

#425366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425366 Color CSS Codes

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

#425366 Text Font Color

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

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


#425366 Background Color

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

This div background color is #425366


#425366 Border Color

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

This div border color is #425366


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,83,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #425366; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #425366;
  -webkit-box-shadow: 1px 1px 3px 2px #425366;
  box-shadow:         1px 1px 3px 2px #425366; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425366

#425366 Color Palettes


Comments

No comments written yet.

Please login to write comment.