Color Hex Logo

#68cabd Color Hex

#68CABD
(104,202,189)
0 Favorites   0 Comments

Color spaces of #68cabd

RGB 104202189
HSL0.480.480.60
HSV172°49°79°
CMYK 0.490.000.06   0.21
XYZ36.014848.858255.6765
Yxy48.85820.25620.3476
Hunter Lab69.8986-30.35171.7027
CIE-Lab75.3630-31.9931-2.4090

#68cabd color RGB value is (104,202,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001010 10111101
Octal 150 312 275
Decimal 104 202 189
Hex 68 CA BD

RGB Percentages of Color #68cabd

%21.01
%40.81
%38.18

CMYK Percentages of Color #68cabd

%49
%0
%6
%21

Triadic Colors of #68cabd

#68cabd #bd68ca #cabd68

Analogous Colors of #68cabd

#68cabd #68a6ca #68ca8c

Monochromatic Colors of #68cabd

#68cabd

Complementary Color

#68cabd #ca6875

#68cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cabd Color CSS Codes

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

#68cabd Text Font Color

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

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


#68cabd Background Color

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

This div background color is #68cabd


#68cabd Border Color

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

This div border color is #68cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cabd


Comments

No comments written yet.

Please login to write comment.