Color Hex Logo

#6fb252 Color Hex

#6FB252
(111,178,82)
0 Favorites   0 Comments

Color spaces of #6fb252

RGB 11117882
HSL0.280.380.51
HSV102°54°70°
CMYK 0.380.000.54   0.30
XYZ23.998935.829513.6336
Yxy35.82950.32670.4877
Hunter Lab59.8577-33.184728.3961
CIE-Lab66.3894-39.102241.9939

#6fb252 color RGB value is (111,178,82).

#6fb252 hex color red value is 111, green value is 178 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #6fb252 hue: 0.28 , saturation: 0.38 and the lightness value of 6fb252 is 0.51.

The process color (four color CMYK) of #6fb252 color hex is 0.38, 0.00, 0.54, 0.30. Web safe color of #6fb252 is #669966. Color #6fb252 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10110010 01010010
Octal 157 262 122
Decimal 111 178 82
Hex 6F B2 52

RGB Percentages of Color #6fb252

%29.92
%47.98
%22.10

CMYK Percentages of Color #6fb252

%38
%0
%54
%30

Triadic Colors of #6fb252

#6fb252 #526fb2 #b2526f

Analogous Colors of #6fb252

#6fb252 #52b265 #9fb252

Monochromatic Colors of #6fb252

#6fb252

Complementary Color

#6fb252 #9552b2

#6fb252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fb252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fb252 Color CSS Codes

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

#6fb252 Text Font Color

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

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


#6fb252 Background Color

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

This div background color is #6fb252


#6fb252 Border Color

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

This div border color is #6fb252


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,178,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fb252; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fb252;
  -webkit-box-shadow: 1px 1px 3px 2px #6fb252;
  box-shadow:         1px 1px 3px 2px #6fb252; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,178,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 #6fb252">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fb252


Comments

No comments written yet.

Please login to write comment.