Color Hex Logo

#68ccca Color Hex

#68CCCA
(104,204,202)
0 Favorites   0 Comments

Color spaces of #68ccca

RGB 104204202
HSL0.500.500.60
HSV179°49°80°
CMYK 0.490.000.01   0.20
XYZ37.962550.393163.6031
Yxy50.39310.24980.3316
Hunter Lab70.9881-28.7722-3.4303
CIE-Lab76.3099-29.6664-8.0321

#68ccca color RGB value is (104,204,202).

#68ccca hex color red value is 104, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #68ccca hue: 0.50 , saturation: 0.50 and the lightness value of 68ccca is 0.60.

The process color (four color CMYK) of #68ccca color hex is 0.49, 0.00, 0.01, 0.20. Web safe color of #68ccca is #66cccc. Color #68ccca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001100 11001010
Octal 150 314 312
Decimal 104 204 202
Hex 68 CC CA

RGB Percentages of Color #68ccca

%20.39
%40.00
%39.61

CMYK Percentages of Color #68ccca

%49
%0
%1
%20

Triadic Colors of #68ccca

#68ccca #ca68cc #ccca68

Analogous Colors of #68ccca

#68ccca #689ccc #68cc98

Monochromatic Colors of #68ccca

#68ccca

Complementary Color

#68ccca #cc686a

#68ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ccca Color CSS Codes

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

#68ccca Text Font Color

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

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


#68ccca Background Color

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

This div background color is #68ccca


#68ccca Border Color

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

This div border color is #68ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ccca


Comments

No comments written yet.

Please login to write comment.