Color Hex Logo

#68afc8 Color Hex

#68AFC8
(104,175,200)
0 Favorites   0 Comments

Color spaces of #68afc8

RGB 104175200
HSL0.540.470.60
HSV196°48°78°
CMYK 0.480.130.00   0.22
XYZ31.464237.773160.2762
Yxy37.77310.24290.2917
Hunter Lab61.4598-16.1721-15.1263
CIE-Lab67.8531-15.5524-19.6455

#68afc8 color RGB value is (104,175,200).

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

The process color (four color CMYK) of #68afc8 color hex is 0.48, 0.13, 0.00, 0.22. Web safe color of #68afc8 is #6699cc. Color #68afc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101111 11001000
Octal 150 257 310
Decimal 104 175 200
Hex 68 AF C8

RGB Percentages of Color #68afc8

%21.71
%36.53
%41.75

CMYK Percentages of Color #68afc8

%48
%13
%0
%22

Triadic Colors of #68afc8

#68afc8 #c868af #afc868

Analogous Colors of #68afc8

#68afc8 #687fc8 #68c8b1

Monochromatic Colors of #68afc8

#68afc8

Complementary Color

#68afc8 #c88168

#68afc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68afc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68afc8 Color CSS Codes

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

#68afc8 Text Font Color

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

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


#68afc8 Background Color

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

This div background color is #68afc8


#68afc8 Border Color

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

This div border color is #68afc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68afc8


Comments

No comments written yet.

Please login to write comment.