Color Hex Logo

#68cf69 Color Hex

#68CF69
(104,207,105)
0 Favorites   0 Comments

Color spaces of #68cf69

RGB 104207105
HSL0.330.520.61
HSV121°50°81°
CMYK 0.500.000.49   0.19
XYZ30.571548.588621.1319
Yxy48.58860.30480.4845
Hunter Lab69.7055-43.698030.8195
CIE-Lab75.1947-50.499941.4373

#68cf69 color RGB value is (104,207,105).

#68cf69 hex color red value is 104, green value is 207 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #68cf69 hue: 0.33 , saturation: 0.52 and the lightness value of 68cf69 is 0.61.

The process color (four color CMYK) of #68cf69 color hex is 0.50, 0.00, 0.49, 0.19. Web safe color of #68cf69 is #66cc66. Color #68cf69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001111 01101001
Octal 150 317 151
Decimal 104 207 105
Hex 68 CF 69

RGB Percentages of Color #68cf69

%25.00
%49.76
%25.24

CMYK Percentages of Color #68cf69

%50
%0
%49
%19

Triadic Colors of #68cf69

#68cf69 #6968cf #cf6968

Analogous Colors of #68cf69

#68cf69 #68cf9d #9bcf68

Monochromatic Colors of #68cf69

#68cf69

Complementary Color

#68cf69 #cf68ce

#68cf69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cf69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cf69 Color CSS Codes

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

#68cf69 Text Font Color

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

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


#68cf69 Background Color

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

This div background color is #68cf69


#68cf69 Border Color

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

This div border color is #68cf69


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,207,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68cf69; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68cf69;
  -webkit-box-shadow: 1px 1px 3px 2px #68cf69;
  box-shadow:         1px 1px 3px 2px #68cf69; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cf69


Comments

No comments written yet.

Please login to write comment.