Color Hex Logo

#68dfa2 Color Hex

#68DFA2
(104,223,162)
0 Favorites   0 Comments

Color spaces of #68dfa2

RGB 104223162
HSL0.410.650.64
HSV149°53°87°
CMYK 0.530.000.27   0.13
XYZ38.618258.327043.4053
Yxy58.32700.27520.4156
Hunter Lab76.3721-43.391219.7636
CIE-Lab80.9203-47.430619.9096

#68dfa2 color RGB value is (104,223,162).

#68dfa2 hex color red value is 104, green value is 223 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #68dfa2 hue: 0.41 , saturation: 0.65 and the lightness value of 68dfa2 is 0.64.

The process color (four color CMYK) of #68dfa2 color hex is 0.53, 0.00, 0.27, 0.13. Web safe color of #68dfa2 is #66cc99. Color #68dfa2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011111 10100010
Octal 150 337 242
Decimal 104 223 162
Hex 68 DF A2

RGB Percentages of Color #68dfa2

%21.27
%45.60
%33.13

CMYK Percentages of Color #68dfa2

%53
%0
%27
%13

Triadic Colors of #68dfa2

#68dfa2 #a268df #dfa268

Analogous Colors of #68dfa2

#68dfa2 #68dfde #6adf68

Monochromatic Colors of #68dfa2

#68dfa2

Complementary Color

#68dfa2 #df68a5

#68dfa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dfa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dfa2 Color CSS Codes

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

#68dfa2 Text Font Color

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

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


#68dfa2 Background Color

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

This div background color is #68dfa2


#68dfa2 Border Color

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

This div border color is #68dfa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dfa2


Comments

No comments written yet.

Please login to write comment.