Color Hex Logo

#68afbd Color Hex

#68AFBD
(104,175,189)
0 Favorites   0 Comments

Color spaces of #68afbd

RGB 104175189
HSL0.530.390.57
HSV190°45°74°
CMYK 0.450.070.00   0.26
XYZ30.224237.277153.7463
Yxy37.27710.24930.3074
Hunter Lab61.0550-18.4829-9.4541
CIE-Lab67.4844-18.5682-14.1229

#68afbd color RGB value is (104,175,189).

#68afbd hex color red value is 104, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #68afbd hue: 0.53 , saturation: 0.39 and the lightness value of 68afbd is 0.57.

The process color (four color CMYK) of #68afbd color hex is 0.45, 0.07, 0.00, 0.26. Web safe color of #68afbd is #6699cc. Color #68afbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10101111 10111101
Octal 150 257 275
Decimal 104 175 189
Hex 68 AF BD

RGB Percentages of Color #68afbd

%22.22
%37.39
%40.38

CMYK Percentages of Color #68afbd

%45
%7
%0
%26

Triadic Colors of #68afbd

#68afbd #bd68af #afbd68

Analogous Colors of #68afbd

#68afbd #6885bd #68bda1

Monochromatic Colors of #68afbd

#68afbd

Complementary Color

#68afbd #bd7668

#68afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#68afbd Color CSS Codes

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

#68afbd Text Font Color

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

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


#68afbd Background Color

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

This div background color is #68afbd


#68afbd Border Color

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

This div border color is #68afbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,175,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 #68afbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68afbd


Comments

No comments written yet.

Please login to write comment.