Color Hex Logo

#69dcdf Color Hex

#69DCDF
(105,220,223)
0 Favorites   0 Comments

Color spaces of #69dcdf

RGB 105220223
HSL0.500.650.64
HSV182°53°87°
CMYK 0.530.010.00   0.13
XYZ44.738259.517478.9421
Yxy59.51740.24420.3249
Hunter Lab77.1475-31.4952-6.6659
CIE-Lab81.5752-31.6419-11.4386

#69dcdf color RGB value is (105,220,223).

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

The process color (four color CMYK) of #69dcdf color hex is 0.53, 0.01, 0.00, 0.13. Web safe color of #69dcdf is #66cccc. Color #69dcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011100 11011111
Octal 151 334 337
Decimal 105 220 223
Hex 69 DC DF

RGB Percentages of Color #69dcdf

%19.16
%40.15
%40.69

CMYK Percentages of Color #69dcdf

%53
%1
%0
%13

Triadic Colors of #69dcdf

#69dcdf #df69dc #dcdf69

Analogous Colors of #69dcdf

#69dcdf #69a1df #69dfa7

Monochromatic Colors of #69dcdf

#69dcdf

Complementary Color

#69dcdf #df6c69

#69dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#69dcdf Color CSS Codes

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

#69dcdf Text Font Color

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

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


#69dcdf Background Color

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

This div background color is #69dcdf


#69dcdf Border Color

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

This div border color is #69dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69dcdf


Comments

No comments written yet.

Please login to write comment.