Color Hex Logo

#69cadb Color Hex

#69CADB
(105,202,219)
0 Favorites   0 Comments

Color spaces of #69cadb

RGB 105202219
HSL0.520.610.64
HSV189°52°86°
CMYK 0.520.080.00   0.14
XYZ39.732450.358874.6439
Yxy50.35880.24120.3057
Hunter Lab70.9639-24.2455-12.6898
CIE-Lab76.2890-23.9403-17.2308

#69cadb color RGB value is (105,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001010 11011011
Octal 151 312 333
Decimal 105 202 219
Hex 69 CA DB

RGB Percentages of Color #69cadb

%19.96
%38.40
%41.63

CMYK Percentages of Color #69cadb

%52
%8
%0
%14

Triadic Colors of #69cadb

#69cadb #db69ca #cadb69

Analogous Colors of #69cadb

#69cadb #6991db #69dbb3

Monochromatic Colors of #69cadb

#69cadb

Complementary Color

#69cadb #db7a69

#69cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69cadb Color CSS Codes

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

#69cadb Text Font Color

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

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


#69cadb Background Color

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

This div background color is #69cadb


#69cadb Border Color

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

This div border color is #69cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69cadb


Comments

No comments written yet.

Please login to write comment.