Color Hex Logo

#69cada Color Hex

#69CADA
(105,202,218)
0 Favorites   0 Comments

Color spaces of #69cada

RGB 105202218
HSL0.520.600.63
HSV188°52°85°
CMYK 0.520.070.00   0.15
XYZ39.601150.306373.9525
Yxy50.30630.24170.3070
Hunter Lab70.9269-24.4591-12.1703
CIE-Lab76.2569-24.2143-16.7399

#69cada color RGB value is (105,202,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001010 11011010
Octal 151 312 332
Decimal 105 202 218
Hex 69 CA DA

RGB Percentages of Color #69cada

%20.00
%38.48
%41.52

CMYK Percentages of Color #69cada

%52
%7
%0
%15

Triadic Colors of #69cada

#69cada #da69ca #cada69

Analogous Colors of #69cada

#69cada #6992da #69dab2

Monochromatic Colors of #69cada

#69cada

Complementary Color

#69cada #da7969

#69cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#69cada Color CSS Codes

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

#69cada Text Font Color

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

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


#69cada Background Color

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

This div background color is #69cada


#69cada Border Color

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

This div border color is #69cada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,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 #69cada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69cada


Comments

No comments written yet.

Please login to write comment.