Color Hex Logo

#68caba Color Hex

#68CABA
(104,202,186)
0 Favorites   0 Comments

Color spaces of #68caba

RGB 104202186
HSL0.470.480.60
HSV170°49°79°
CMYK 0.490.000.08   0.21
XYZ35.692448.729353.9789
Yxy48.72930.25790.3521
Hunter Lab69.8064-30.89313.0175
CIE-Lab75.2826-32.7294-0.9054

#68caba color RGB value is (104,202,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001010 10111010
Octal 150 312 272
Decimal 104 202 186
Hex 68 CA BA

RGB Percentages of Color #68caba

%21.14
%41.06
%37.80

CMYK Percentages of Color #68caba

%49
%0
%8
%21

Triadic Colors of #68caba

#68caba #ba68ca #caba68

Analogous Colors of #68caba

#68caba #68a9ca #68ca89

Monochromatic Colors of #68caba

#68caba

Complementary Color

#68caba #ca6878

#68caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#68caba Color CSS Codes

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

#68caba Text Font Color

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

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


#68caba Background Color

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

This div background color is #68caba


#68caba Border Color

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

This div border color is #68caba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68caba


Comments

No comments written yet.

Please login to write comment.