Color Hex Logo

#425352 Color Hex

#425352
(66,83,82)
0 Favorites   0 Comments

Color spaces of #425352

RGB 668382
HSL0.490.110.29
HSV176°20°33°
CMYK 0.200.000.01   0.67
XYZ6.86307.95409.1562
Yxy7.95400.28630.3318
Hunter Lab28.2028-5.91800.4932
CIE-Lab33.8869-6.8228-1.6105

#425352 color RGB value is (66,83,82).

#425352 hex color red value is 66, green value is 83 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #425352 hue: 0.49 , saturation: 0.11 and the lightness value of 425352 is 0.29.

The process color (four color CMYK) of #425352 color hex is 0.20, 0.00, 0.01, 0.67. Web safe color of #425352 is #336666. Color #425352 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010011 01010010
Octal 102 123 122
Decimal 66 83 82
Hex 42 53 52

RGB Percentages of Color #425352

%28.57
%35.93
%35.50

CMYK Percentages of Color #425352

%20
%0
%1
%67

Triadic Colors of #425352

#425352 #524253 #535242

Analogous Colors of #425352

#425352 #424c53 #42534a

Monochromatic Colors of #425352

#425352

Complementary Color

#425352 #534243

#425352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425352 Color CSS Codes

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

#425352 Text Font Color

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

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


#425352 Background Color

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

This div background color is #425352


#425352 Border Color

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

This div border color is #425352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425352


Comments

No comments written yet.

Please login to write comment.