Color Hex Logo

#69eedc Color Hex

#69EEDC
(105,238,220)
0 Favorites   0 Comments

Color spaces of #69eedc

RGB 105238220
HSL0.480.800.67
HSV172°56°93°
CMYK 0.560.000.08   0.07
XYZ49.318569.319678.4908
Yxy69.31960.25020.3516
Hunter Lab83.2584-39.96692.3860
CIE-Lab86.6621-40.7238-2.3250

#69eedc color RGB value is (105,238,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101110 11011100
Octal 151 356 334
Decimal 105 238 220
Hex 69 EE DC

RGB Percentages of Color #69eedc

%18.65
%42.27
%39.08

CMYK Percentages of Color #69eedc

%56
%0
%8
%7

Triadic Colors of #69eedc

#69eedc #dc69ee #eedc69

Analogous Colors of #69eedc

#69eedc #69beee #69ee9a

Monochromatic Colors of #69eedc

#69eedc

Complementary Color

#69eedc #ee697b

#69eedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69eedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#69eedc Color CSS Codes

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

#69eedc Text Font Color

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

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


#69eedc Background Color

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

This div background color is #69eedc


#69eedc Border Color

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

This div border color is #69eedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69eedc


Comments

No comments written yet.

Please login to write comment.