Color Hex Logo

#69ccdc Color Hex

#69CCDC
(105,204,220)
0 Favorites   0 Comments

Color spaces of #69ccdc

RGB 105204220
HSL0.520.620.64
HSV188°52°86°
CMYK 0.520.070.00   0.14
XYZ40.336851.356375.4969
Yxy51.35630.24130.3072
Hunter Lab71.6633-24.9393-12.2974
CIE-Lab76.8943-24.6635-16.8563

#69ccdc color RGB value is (105,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001100 11011100
Octal 151 314 334
Decimal 105 204 220
Hex 69 CC DC

RGB Percentages of Color #69ccdc

%19.85
%38.56
%41.59

CMYK Percentages of Color #69ccdc

%52
%7
%0
%14

Triadic Colors of #69ccdc

#69ccdc #dc69cc #ccdc69

Analogous Colors of #69ccdc

#69ccdc #6993dc #69dcb3

Monochromatic Colors of #69ccdc

#69ccdc

Complementary Color

#69ccdc #dc7969

#69ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ccdc Color CSS Codes

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

#69ccdc Text Font Color

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

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


#69ccdc Background Color

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

This div background color is #69ccdc


#69ccdc Border Color

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

This div border color is #69ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ccdc


Comments

No comments written yet.

Please login to write comment.