Color Hex Logo

#68ccb5 Color Hex

#68CCB5
(104,204,181)
0 Favorites   0 Comments

Color spaces of #68ccb5

RGB 104204181
HSL0.460.500.60
HSV166°49°80°
CMYK 0.490.000.11   0.20
XYZ35.642349.465051.3852
Yxy49.46500.26110.3624
Hunter Lab70.3314-32.62025.9137
CIE-Lab75.7397-34.86852.4597

#68ccb5 color RGB value is (104,204,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001100 10110101
Octal 150 314 265
Decimal 104 204 181
Hex 68 CC B5

RGB Percentages of Color #68ccb5

%21.27
%41.72
%37.01

CMYK Percentages of Color #68ccb5

%49
%0
%11
%20

Triadic Colors of #68ccb5

#68ccb5 #b568cc #ccb568

Analogous Colors of #68ccb5

#68ccb5 #68b1cc #68cc83

Monochromatic Colors of #68ccb5

#68ccb5

Complementary Color

#68ccb5 #cc687f

#68ccb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68ccb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68ccb5 Color CSS Codes

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

#68ccb5 Text Font Color

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

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


#68ccb5 Background Color

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

This div background color is #68ccb5


#68ccb5 Border Color

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

This div border color is #68ccb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68ccb5


Comments

No comments written yet.

Please login to write comment.