Color Hex Logo

#68bace Color Hex

#68BACE
(104,186,206)
0 Favorites   0 Comments

Color spaces of #68bace

RGB 104186206
HSL0.530.510.61
HSV192°50°81°
CMYK 0.500.100.00   0.19
XYZ34.408442.517164.7856
Yxy42.51710.24280.3000
Hunter Lab65.2051-19.9155-13.2649
CIE-Lab71.2260-19.6225-17.8272

#68bace color RGB value is (104,186,206).

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

The process color (four color CMYK) of #68bace color hex is 0.50, 0.10, 0.00, 0.19. Web safe color of #68bace is #66cccc. Color #68bace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111010 11001110
Octal 150 272 316
Decimal 104 186 206
Hex 68 BA CE

RGB Percentages of Color #68bace

%20.97
%37.50
%41.53

CMYK Percentages of Color #68bace

%50
%10
%0
%19

Triadic Colors of #68bace

#68bace #ce68ba #bace68

Analogous Colors of #68bace

#68bace #6887ce #68ceaf

Monochromatic Colors of #68bace

#68bace

Complementary Color

#68bace #ce7c68

#68bace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bace Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bace Color CSS Codes

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

#68bace Text Font Color

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

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


#68bace Background Color

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

This div background color is #68bace


#68bace Border Color

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

This div border color is #68bace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bace


Comments

No comments written yet.

Please login to write comment.