Color Hex Logo

#68cace Color Hex

#68CACE
(104,202,206)
0 Favorites   0 Comments

Color spaces of #68cace

RGB 104202206
HSL0.510.510.61
HSV182°50°81°
CMYK 0.500.020.00   0.19
XYZ37.970049.640365.9728
Yxy49.64030.24720.3232
Hunter Lab70.4559-27.1008-6.1983
CIE-Lab75.8479-27.6509-10.8796

#68cace color RGB value is (104,202,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001010 11001110
Octal 150 312 316
Decimal 104 202 206
Hex 68 CA CE

RGB Percentages of Color #68cace

%20.31
%39.45
%40.23

CMYK Percentages of Color #68cace

%50
%2
%0
%19

Triadic Colors of #68cace

#68cace #ce68ca #cace68

Analogous Colors of #68cace

#68cace #6897ce #68ce9f

Monochromatic Colors of #68cace

#68cace

Complementary Color

#68cace #ce6c68

#68cace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cace Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cace Color CSS Codes

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

#68cace Text Font Color

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

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


#68cace Background Color

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

This div background color is #68cace


#68cace Border Color

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

This div border color is #68cace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cace


Comments

No comments written yet.

Please login to write comment.