Color Hex Logo

#69dfce Color Hex

#69DFCE
(105,223,206)
0 Favorites   0 Comments

Color spaces of #69dfce

RGB 105223206
HSL0.480.650.64
HSV171°53°87°
CMYK 0.530.000.08   0.13
XYZ43.354060.234867.7340
Yxy60.23480.25310.3516
Hunter Lab77.6111-36.10832.5832
CIE-Lab81.9656-37.3784-1.8246

#69dfce color RGB value is (105,223,206).

#69dfce hex color red value is 105, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #69dfce hue: 0.48 , saturation: 0.65 and the lightness value of 69dfce is 0.64.

The process color (four color CMYK) of #69dfce color hex is 0.53, 0.00, 0.08, 0.13. Web safe color of #69dfce is #66cccc. Color #69dfce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011111 11001110
Octal 151 337 316
Decimal 105 223 206
Hex 69 DF CE

RGB Percentages of Color #69dfce

%19.66
%41.76
%38.58

CMYK Percentages of Color #69dfce

%53
%0
%8
%13

Triadic Colors of #69dfce

#69dfce #ce69df #dfce69

Analogous Colors of #69dfce

#69dfce #69b5df #69df93

Monochromatic Colors of #69dfce

#69dfce

Complementary Color

#69dfce #df697a

#69dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#69dfce Color CSS Codes

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

#69dfce Text Font Color

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

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


#69dfce Background Color

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

This div background color is #69dfce


#69dfce Border Color

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

This div border color is #69dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69dfce


Comments

No comments written yet.

Please login to write comment.