Color Hex Logo

#68cae9 Color Hex

#68CAE9
(104,202,233)
0 Favorites   0 Comments

Color spaces of #68cae9

RGB 104202233
HSL0.540.750.66
HSV194°55°91°
CMYK 0.550.130.00   0.09
XYZ41.537451.067384.7585
Yxy51.06730.23420.2879
Hunter Lab71.4614-21.3031-20.2994
CIE-Lab76.7198-20.2195-24.1185

#68cae9 color RGB value is (104,202,233).

#68cae9 hex color red value is 104, green value is 202 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #68cae9 hue: 0.54 , saturation: 0.75 and the lightness value of 68cae9 is 0.66.

The process color (four color CMYK) of #68cae9 color hex is 0.55, 0.13, 0.00, 0.09. Web safe color of #68cae9 is #66ccff. Color #68cae9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001010 11101001
Octal 150 312 351
Decimal 104 202 233
Hex 68 CA E9

RGB Percentages of Color #68cae9

%19.29
%37.48
%43.23

CMYK Percentages of Color #68cae9

%55
%13
%0
%9

Triadic Colors of #68cae9

#68cae9 #e968ca #cae968

Analogous Colors of #68cae9

#68cae9 #688ae9 #68e9c8

Monochromatic Colors of #68cae9

#68cae9

Complementary Color

#68cae9 #e98768

#68cae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cae9 Color CSS Codes

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

#68cae9 Text Font Color

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

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


#68cae9 Background Color

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

This div background color is #68cae9


#68cae9 Border Color

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

This div border color is #68cae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cae9


Comments

No comments written yet.

Please login to write comment.