Color Hex Logo

#69ddca Color Hex

#69DDCA
(105,221,202)
0 Favorites   0 Comments

Color spaces of #69ddca

RGB 105221202
HSL0.470.630.64
HSV170°52°87°
CMYK 0.520.000.09   0.13
XYZ42.342858.980465.0298
Yxy58.98040.25450.3545
Hunter Lab76.7987-35.98213.5549
CIE-Lab81.2808-37.4426-0.7024

#69ddca color RGB value is (105,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011101 11001010
Octal 151 335 312
Decimal 105 221 202
Hex 69 DD CA

RGB Percentages of Color #69ddca

%19.89
%41.86
%38.26

CMYK Percentages of Color #69ddca

%52
%0
%9
%13

Triadic Colors of #69ddca

#69ddca #ca69dd #ddca69

Analogous Colors of #69ddca

#69ddca #69b6dd #69dd90

Monochromatic Colors of #69ddca

#69ddca

Complementary Color

#69ddca #dd697c

#69ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ddca Color CSS Codes

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

#69ddca Text Font Color

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

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


#69ddca Background Color

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

This div background color is #69ddca


#69ddca Border Color

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

This div border color is #69ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ddca


Comments

No comments written yet.

Please login to write comment.