Color Hex Logo

#69eecc Color Hex

#69EECC
(105,238,204)
0 Favorites   0 Comments

Color spaces of #69eecc

RGB 105238204
HSL0.460.800.67
HSV165°56°93°
CMYK 0.560.000.14   0.07
XYZ47.299368.512067.8579
Yxy68.51200.25750.3730
Hunter Lab82.7720-42.84879.3334
CIE-Lab86.2618-44.55855.4785

#69eecc color RGB value is (105,238,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101110 11001100
Octal 151 356 314
Decimal 105 238 204
Hex 69 EE CC

RGB Percentages of Color #69eecc

%19.20
%43.51
%37.29

CMYK Percentages of Color #69eecc

%56
%0
%14
%7

Triadic Colors of #69eecc

#69eecc #cc69ee #eecc69

Analogous Colors of #69eecc

#69eecc #69ceee #69ee8a

Monochromatic Colors of #69eecc

#69eecc

Complementary Color

#69eecc #ee698b

#69eecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69eecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#69eecc Color CSS Codes

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

#69eecc Text Font Color

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

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


#69eecc Background Color

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

This div background color is #69eecc


#69eecc Border Color

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

This div border color is #69eecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69eecc


Comments

No comments written yet.

Please login to write comment.