Color Hex Logo

#69edcf Color Hex

#69EDCF
(105,237,207)
0 Favorites   0 Comments

Color spaces of #69edcf

RGB 105237207
HSL0.460.790.67
HSV166°56°93°
CMYK 0.560.000.13   0.07
XYZ47.372468.076669.6748
Yxy68.07660.25590.3677
Hunter Lab82.5085-41.90397.6882
CIE-Lab86.0447-43.41883.5929

#69edcf color RGB value is (105,237,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101101 11001111
Octal 151 355 317
Decimal 105 237 207
Hex 69 ED CF

RGB Percentages of Color #69edcf

%19.13
%43.17
%37.70

CMYK Percentages of Color #69edcf

%56
%0
%13
%7

Triadic Colors of #69edcf

#69edcf #cf69ed #edcf69

Analogous Colors of #69edcf

#69edcf #69c9ed #69ed8d

Monochromatic Colors of #69edcf

#69edcf

Complementary Color

#69edcf #ed6987

#69edcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69edcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#69edcf Color CSS Codes

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

#69edcf Text Font Color

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

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


#69edcf Background Color

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

This div background color is #69edcf


#69edcf Border Color

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

This div border color is #69edcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69edcf


Comments

No comments written yet.

Please login to write comment.