Color Hex Logo

#668253 Color Hex

#668253
(102,130,83)
0 Favorites   0 Comments

Color spaces of #668253

RGB 10213083
HSL0.270.220.42
HSV96°36°51°
CMYK 0.220.000.36   0.49
XYZ15.023519.414611.1392
Yxy19.41460.32960.4260
Hunter Lab44.0620-16.246715.8545
CIE-Lab51.1688-19.178222.2688

#668253 color RGB value is (102,130,83).

#668253 hex color red value is 102, green value is 130 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #668253 hue: 0.27 , saturation: 0.22 and the lightness value of 668253 is 0.42.

The process color (four color CMYK) of #668253 color hex is 0.22, 0.00, 0.36, 0.49. Web safe color of #668253 is #669966. Color #668253 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000010 01010011
Octal 146 202 123
Decimal 102 130 83
Hex 66 82 53

RGB Percentages of Color #668253

%32.38
%41.27
%26.35

CMYK Percentages of Color #668253

%22
%0
%36
%49

Triadic Colors of #668253

#668253 #536682 #825366

Analogous Colors of #668253

#668253 #538258 #7e8253

Monochromatic Colors of #668253

#668253

Complementary Color

#668253 #6f5382

#668253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668253 Color CSS Codes

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

#668253 Text Font Color

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

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


#668253 Background Color

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

This div background color is #668253


#668253 Border Color

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

This div border color is #668253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668253


Comments

No comments written yet.

Please login to write comment.