Color Hex Logo

#69edec Color Hex

#69EDEC
(105,237,236)
0 Favorites   0 Comments

Color spaces of #69edec

RGB 105237236
HSL0.500.790.67
HSV180°56°93°
CMYK 0.560.000.00   0.07
XYZ51.250269.627890.0952
Yxy69.62780.24290.3300
Hunter Lab83.4433-36.3924-5.6062
CIE-Lab86.8140-36.2000-10.4977

#69edec color RGB value is (105,237,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101101 11101100
Octal 151 355 354
Decimal 105 237 236
Hex 69 ED EC

RGB Percentages of Color #69edec

%18.17
%41.00
%40.83

CMYK Percentages of Color #69edec

%56
%0
%0
%7

Triadic Colors of #69edec

#69edec #ec69ed #edec69

Analogous Colors of #69edec

#69edec #69aced #69edaa

Monochromatic Colors of #69edec

#69edec

Complementary Color

#69edec #ed696a

#69edec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69edec Color Preview on White Background

Lorem ipsum dolor sit amet.

#69edec Color CSS Codes

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

#69edec Text Font Color

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

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


#69edec Background Color

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

This div background color is #69edec


#69edec Border Color

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

This div border color is #69edec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69edec


Comments

No comments written yet.

Please login to write comment.