Color Hex Logo

#68cbcb Color Hex

#68CBCB
(104,203,203)
0 Favorites   0 Comments

Color spaces of #68cbcb

RGB 104203203
HSL0.500.490.60
HSV180°49°80°
CMYK 0.490.000.00   0.20
XYZ37.844349.966764.1498
Yxy49.96670.24900.3288
Hunter Lab70.6871-28.1376-4.3257
CIE-Lab76.0488-28.9235-8.9599

#68cbcb color RGB value is (104,203,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001011 11001011
Octal 150 313 313
Decimal 104 203 203
Hex 68 CB CB

RGB Percentages of Color #68cbcb

%20.39
%39.80
%39.80

CMYK Percentages of Color #68cbcb

%49
%0
%0
%20

Triadic Colors of #68cbcb

#68cbcb #cb68cb #cbcb68

Analogous Colors of #68cbcb

#68cbcb #689acb #68cb9a

Monochromatic Colors of #68cbcb

#68cbcb

Complementary Color

#68cbcb #cb6868

#68cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cbcb Color CSS Codes

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

#68cbcb Text Font Color

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

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


#68cbcb Background Color

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

This div background color is #68cbcb


#68cbcb Border Color

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

This div border color is #68cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cbcb


Comments

No comments written yet.

Please login to write comment.