Color Hex Logo

#69efce Color Hex

#69EFCE
(105,239,206)
0 Favorites   0 Comments

Color spaces of #69efce

RGB 105239206
HSL0.460.810.67
HSV165°56°94°
CMYK 0.560.000.14   0.06
XYZ47.832869.192569.2270
Yxy69.19250.25680.3715
Hunter Lab83.1820-42.92438.8842
CIE-Lab86.5993-44.52894.9191

#69efce color RGB value is (105,239,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101111 11001110
Octal 151 357 316
Decimal 105 239 206
Hex 69 EF CE

RGB Percentages of Color #69efce

%19.09
%43.45
%37.45

CMYK Percentages of Color #69efce

%56
%0
%14
%6

Triadic Colors of #69efce

#69efce #ce69ef #efce69

Analogous Colors of #69efce

#69efce #69cdef #69ef8b

Monochromatic Colors of #69efce

#69efce

Complementary Color

#69efce #ef698a

#69efce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69efce Color Preview on White Background

Lorem ipsum dolor sit amet.

#69efce Color CSS Codes

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

#69efce Text Font Color

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

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


#69efce Background Color

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

This div background color is #69efce


#69efce Border Color

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

This div border color is #69efce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69efce


Comments

No comments written yet.

Please login to write comment.