Color Hex Logo

#69dcec Color Hex

#69DCEC
(105,220,236)
0 Favorites   0 Comments

Color spaces of #69dcec

RGB 105220236
HSL0.520.780.67
HSV187°56°93°
CMYK 0.560.070.00   0.07
XYZ46.559260.245888.5316
Yxy60.24580.23840.3084
Hunter Lab77.6182-28.7587-13.2937
CIE-Lab81.9716-28.1437-17.7541

#69dcec color RGB value is (105,220,236).

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

The process color (four color CMYK) of #69dcec color hex is 0.56, 0.07, 0.00, 0.07. Web safe color of #69dcec is #66ccff. Color #69dcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011100 11101100
Octal 151 334 354
Decimal 105 220 236
Hex 69 DC EC

RGB Percentages of Color #69dcec

%18.72
%39.22
%42.07

CMYK Percentages of Color #69dcec

%56
%7
%0
%7

Triadic Colors of #69dcec

#69dcec #ec69dc #dcec69

Analogous Colors of #69dcec

#69dcec #699bec #69ecbb

Monochromatic Colors of #69dcec

#69dcec

Complementary Color

#69dcec #ec7969

#69dcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69dcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#69dcec Color CSS Codes

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

#69dcec Text Font Color

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

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


#69dcec Background Color

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

This div background color is #69dcec


#69dcec Border Color

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

This div border color is #69dcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69dcec


Comments

No comments written yet.

Please login to write comment.