Color Hex Logo

#68dcc9 Color Hex

#68DCC9
(104,220,201)
0 Favorites   0 Comments

Color spaces of #68dcc9

RGB 104220201
HSL0.470.620.64
HSV170°53°86°
CMYK 0.530.000.09   0.14
XYZ41.844758.346564.3149
Yxy58.34650.25440.3547
Hunter Lab76.3849-35.88883.5481
CIE-Lab80.9311-37.4382-0.6860

#68dcc9 color RGB value is (104,220,201).

#68dcc9 hex color red value is 104, green value is 220 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #68dcc9 hue: 0.47 , saturation: 0.62 and the lightness value of 68dcc9 is 0.64.

The process color (four color CMYK) of #68dcc9 color hex is 0.53, 0.00, 0.09, 0.14. Web safe color of #68dcc9 is #66cccc. Color #68dcc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11011100 11001001
Octal 150 334 311
Decimal 104 220 201
Hex 68 DC C9

RGB Percentages of Color #68dcc9

%19.81
%41.90
%38.29

CMYK Percentages of Color #68dcc9

%53
%0
%9
%14

Triadic Colors of #68dcc9

#68dcc9 #c968dc #dcc968

Analogous Colors of #68dcc9

#68dcc9 #68b5dc #68dc8f

Monochromatic Colors of #68dcc9

#68dcc9

Complementary Color

#68dcc9 #dc687b

#68dcc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68dcc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68dcc9 Color CSS Codes

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

#68dcc9 Text Font Color

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

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


#68dcc9 Background Color

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

This div background color is #68dcc9


#68dcc9 Border Color

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

This div border color is #68dcc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68dcc9


Comments

No comments written yet.

Please login to write comment.