Color Hex Logo

#69ffcc Color Hex

#69FFCC
(105,255,204)
0 Favorites   0 Comments

Color spaces of #69ffcc

RGB 105255204
HSL0.441.000.71
HSV160°59°100°
CMYK 0.590.000.20   0.00
XYZ52.484878.882969.5864
Yxy78.88290.26120.3925
Hunter Lab88.8160-49.945615.7182
CIE-Lab91.1813-51.782612.5220

#69ffcc color RGB value is (105,255,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11111111 11001100
Octal 151 377 314
Decimal 105 255 204
Hex 69 FF CC

RGB Percentages of Color #69ffcc

%18.62
%45.21
%36.17

CMYK Percentages of Color #69ffcc

%59
%0
%20
%0

Triadic Colors of #69ffcc

#69ffcc #cc69ff #ffcc69

Analogous Colors of #69ffcc

#69ffcc #69e7ff #69ff81

Monochromatic Colors of #69ffcc

#69ffcc

Complementary Color

#69ffcc #ff699c

#69ffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ffcc Color CSS Codes

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

#69ffcc Text Font Color

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

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


#69ffcc Background Color

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

This div background color is #69ffcc


#69ffcc Border Color

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

This div border color is #69ffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ffcc


Comments

No comments written yet.

Please login to write comment.