Color Hex Logo

#69edcd Color Hex

#69EDCD
(105,237,205)
0 Favorites   0 Comments

Color spaces of #69edcd

RGB 105237205
HSL0.460.790.67
HSV165°56°93°
CMYK 0.560.000.14   0.07
XYZ47.129367.979468.3950
Yxy67.97940.25680.3705
Hunter Lab82.4496-42.25398.5315
CIE-Lab85.9961-43.88864.5709

#69edcd color RGB value is (105,237,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101101 11001101
Octal 151 355 315
Decimal 105 237 205
Hex 69 ED CD

RGB Percentages of Color #69edcd

%19.20
%43.33
%37.48

CMYK Percentages of Color #69edcd

%56
%0
%14
%7

Triadic Colors of #69edcd

#69edcd #cd69ed #edcd69

Analogous Colors of #69edcd

#69edcd #69cbed #69ed8b

Monochromatic Colors of #69edcd

#69edcd

Complementary Color

#69edcd #ed6989

#69edcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69edcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#69edcd Color CSS Codes

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

#69edcd Text Font Color

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

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


#69edcd Background Color

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

This div background color is #69edcd


#69edcd Border Color

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

This div border color is #69edcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69edcd


Comments

No comments written yet.

Please login to write comment.