Color Hex Logo

#69ffee Color Hex

#69FFEE
(105,255,238)
0 Favorites   0 Comments

Color spaces of #69ffee

RGB 105255238
HSL0.481.000.71
HSV173°59°100°
CMYK 0.590.000.07   0.00
XYZ57.018380.696393.4597
Yxy80.69630.24660.3491
Hunter Lab89.8311-43.90561.1969
CIE-Lab91.9964-43.8097-3.8713

#69ffee color RGB value is (105,255,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11111111 11101110
Octal 151 377 356
Decimal 105 255 238
Hex 69 FF EE

RGB Percentages of Color #69ffee

%17.56
%42.64
%39.80

CMYK Percentages of Color #69ffee

%59
%0
%7
%0

Triadic Colors of #69ffee

#69ffee #ee69ff #ffee69

Analogous Colors of #69ffee

#69ffee #69c5ff #69ffa3

Monochromatic Colors of #69ffee

#69ffee

Complementary Color

#69ffee #ff697a

#69ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ffee Color CSS Codes

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

#69ffee Text Font Color

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

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


#69ffee Background Color

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

This div background color is #69ffee


#69ffee Border Color

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

This div border color is #69ffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ffee

Related Colors


Comments

No comments written yet.

Please login to write comment.