Color Hex Logo

#69cace Color Hex

#69CACE
(105,202,206)
0 Favorites   0 Comments

Color spaces of #69cace

RGB 105202206
HSL0.510.510.61
HSV182°49°81°
CMYK 0.490.020.00   0.19
XYZ38.086849.700565.9783
Yxy49.70050.24770.3232
Hunter Lab70.4986-26.9380-6.1394
CIE-Lab75.8851-27.4336-10.8203

#69cace color RGB value is (105,202,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001010 11001110
Octal 151 312 316
Decimal 105 202 206
Hex 69 CA CE

RGB Percentages of Color #69cace

%20.47
%39.38
%40.16

CMYK Percentages of Color #69cace

%49
%2
%0
%19

Triadic Colors of #69cace

#69cace #ce69ca #cace69

Analogous Colors of #69cace

#69cace #6998ce #69cea0

Monochromatic Colors of #69cace

#69cace

Complementary Color

#69cace #ce6d69

#69cace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69cace Color Preview on White Background

Lorem ipsum dolor sit amet.

#69cace Color CSS Codes

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

#69cace Text Font Color

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

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


#69cace Background Color

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

This div background color is #69cace


#69cace Border Color

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

This div border color is #69cace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69cace


Comments

No comments written yet.

Please login to write comment.