Color Hex Logo

#69efcf Color Hex

#69EFCF
(105,239,207)
0 Favorites   0 Comments

Color spaces of #69efcf

RGB 105239207
HSL0.460.810.67
HSV166°56°94°
CMYK 0.560.000.13   0.06
XYZ47.954769.241369.8689
Yxy69.24130.25640.3701
Hunter Lab83.2114-42.75038.4648
CIE-Lab86.6234-44.29534.4307

#69efcf color RGB value is (105,239,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101111 11001111
Octal 151 357 317
Decimal 105 239 207
Hex 69 EF CF

RGB Percentages of Color #69efcf

%19.06
%43.38
%37.57

CMYK Percentages of Color #69efcf

%56
%0
%13
%6

Triadic Colors of #69efcf

#69efcf #cf69ef #efcf69

Analogous Colors of #69efcf

#69efcf #69ccef #69ef8c

Monochromatic Colors of #69efcf

#69efcf

Complementary Color

#69efcf #ef6989

#69efcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69efcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#69efcf Color CSS Codes

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

#69efcf Text Font Color

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

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


#69efcf Background Color

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

This div background color is #69efcf


#69efcf Border Color

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

This div border color is #69efcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69efcf


Comments

No comments written yet.

Please login to write comment.