Color Hex Logo

#699438 Color Hex

#699438
(105,148,56)
0 Favorites   0 Comments

Color spaces of #699438

RGB 10514856
HSL0.240.450.40
HSV88°62°58°
CMYK 0.290.000.62   0.42
XYZ17.129424.46867.5615
Yxy24.46860.34840.4977
Hunter Lab49.4657-24.752625.5628
CIE-Lab56.5539-30.306642.8853

#699438 color RGB value is (105,148,56).

#699438 hex color red value is 105, green value is 148 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #699438 hue: 0.24 , saturation: 0.45 and the lightness value of 699438 is 0.40.

The process color (four color CMYK) of #699438 color hex is 0.29, 0.00, 0.62, 0.42. Web safe color of #699438 is #669933. Color #699438 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010100 00111000
Octal 151 224 70
Decimal 105 148 56
Hex 69 94 38

RGB Percentages of Color #699438

%33.98
%47.90
%18.12

CMYK Percentages of Color #699438

%29
%0
%62
%42

Triadic Colors of #699438

#699438 #386994 #943869

Analogous Colors of #699438

#699438 #3b9438 #949138

Monochromatic Colors of #699438

#699438

Complementary Color

#699438 #633894

#699438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#699438 Color CSS Codes

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

#699438 Text Font Color

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

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


#699438 Background Color

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

This div background color is #699438


#699438 Border Color

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

This div border color is #699438


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,148,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #699438; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #699438;
  -webkit-box-shadow: 1px 1px 3px 2px #699438;
  box-shadow:         1px 1px 3px 2px #699438; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,148,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699438


Comments

No comments written yet.

Please login to write comment.