Color Hex Logo

#68cada Color Hex

#68CADA
(104,202,218)
0 Favorites   0 Comments

Color spaces of #68cada

RGB 104202218
HSL0.520.610.63
HSV188°52°85°
CMYK 0.520.070.00   0.15
XYZ39.484350.246173.9471
Yxy50.24610.24120.3070
Hunter Lab70.8845-24.6192-12.2325
CIE-Lab76.2201-24.4231-16.7991

#68cada color RGB value is (104,202,218).

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

The process color (four color CMYK) of #68cada color hex is 0.52, 0.07, 0.00, 0.15. Web safe color of #68cada is #66cccc. Color #68cada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001010 11011010
Octal 150 312 332
Decimal 104 202 218
Hex 68 CA DA

RGB Percentages of Color #68cada

%19.85
%38.55
%41.60

CMYK Percentages of Color #68cada

%52
%7
%0
%15

Triadic Colors of #68cada

#68cada #da68ca #cada68

Analogous Colors of #68cada

#68cada #6891da #68dab1

Monochromatic Colors of #68cada

#68cada

Complementary Color

#68cada #da7868

#68cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cada Color CSS Codes

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

#68cada Text Font Color

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

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


#68cada Background Color

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

This div background color is #68cada


#68cada Border Color

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

This div border color is #68cada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cada


Comments

No comments written yet.

Please login to write comment.