Color Hex Logo

#69cfdd Color Hex

#69CFDD
(105,207,221)
0 Favorites   0 Comments

Color spaces of #69cfdd

RGB 105207221
HSL0.520.630.64
HSV187°52°87°
CMYK 0.520.060.00   0.13
XYZ41.189752.849476.4366
Yxy52.84940.24160.3100
Hunter Lab72.6976-26.0845-11.4511
CIE-Lab77.7860-25.8771-16.0503

#69cfdd color RGB value is (105,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001111 11011101
Octal 151 317 335
Decimal 105 207 221
Hex 69 CF DD

RGB Percentages of Color #69cfdd

%19.70
%38.84
%41.46

CMYK Percentages of Color #69cfdd

%52
%6
%0
%13

Triadic Colors of #69cfdd

#69cfdd #dd69cf #cfdd69

Analogous Colors of #69cfdd

#69cfdd #6995dd #69ddb1

Monochromatic Colors of #69cfdd

#69cfdd

Complementary Color

#69cfdd #dd7769

#69cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#69cfdd Color CSS Codes

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

#69cfdd Text Font Color

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

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


#69cfdd Background Color

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

This div background color is #69cfdd


#69cfdd Border Color

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

This div border color is #69cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69cfdd


Comments

No comments written yet.

Please login to write comment.