Color Hex Logo

#69eddc Color Hex

#69EDDC
(105,237,220)
0 Favorites   0 Comments

Color spaces of #69eddc

RGB 105237220
HSL0.480.790.67
HSV172°56°93°
CMYK 0.560.000.07   0.07
XYZ49.028268.738978.3940
Yxy68.73890.24990.3504
Hunter Lab82.9089-39.53461.9750
CIE-Lab86.3746-40.2746-2.7469

#69eddc color RGB value is (105,237,220).

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

The process color (four color CMYK) of #69eddc color hex is 0.56, 0.00, 0.07, 0.07. Web safe color of #69eddc is #66ffcc. Color #69eddc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101101 11011100
Octal 151 355 334
Decimal 105 237 220
Hex 69 ED DC

RGB Percentages of Color #69eddc

%18.68
%42.17
%39.15

CMYK Percentages of Color #69eddc

%56
%0
%7
%7

Triadic Colors of #69eddc

#69eddc #dc69ed #eddc69

Analogous Colors of #69eddc

#69eddc #69bced #69ed9a

Monochromatic Colors of #69eddc

#69eddc

Complementary Color

#69eddc #ed697a

#69eddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69eddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#69eddc Color CSS Codes

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

#69eddc Text Font Color

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

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


#69eddc Background Color

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

This div background color is #69eddc


#69eddc Border Color

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

This div border color is #69eddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,237,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 #69eddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69eddc


Comments

No comments written yet.

Please login to write comment.