Color Hex Logo

#68afce Color Hex

#68AFCE
(104,175,206)
0 Favorites   0 Comments

Color spaces of #68afce

RGB 104175206
HSL0.550.510.61
HSV198°50°81°
CMYK 0.500.150.00   0.19
XYZ32.179538.059264.0426
Yxy38.05920.23960.2834
Hunter Lab61.6921-14.8531-18.3644
CIE-Lab68.0642-13.8612-22.6330

#68afce color RGB value is (104,175,206).

#68afce hex color red value is 104, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #68afce hue: 0.55 , saturation: 0.51 and the lightness value of 68afce is 0.61.

The process color (four color CMYK) of #68afce color hex is 0.50, 0.15, 0.00, 0.19. Web safe color of #68afce is #6699cc. Color #68afce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101111 11001110
Octal 150 257 316
Decimal 104 175 206
Hex 68 AF CE

RGB Percentages of Color #68afce

%21.44
%36.08
%42.47

CMYK Percentages of Color #68afce

%50
%15
%0
%19

Triadic Colors of #68afce

#68afce #ce68af #afce68

Analogous Colors of #68afce

#68afce #687cce #68ceba

Monochromatic Colors of #68afce

#68afce

Complementary Color

#68afce #ce8768

#68afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#68afce Color CSS Codes

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

#68afce Text Font Color

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

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


#68afce Background Color

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

This div background color is #68afce


#68afce Border Color

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

This div border color is #68afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68afce

#68afce Color Palettes


Comments

No comments written yet.

Please login to write comment.