Color Hex Logo

#69efdf Color Hex

#69EFDF
(105,239,223)
0 Favorites   0 Comments

Color spaces of #69efdf

RGB 105239223
HSL0.480.810.67
HSV173°56°94°
CMYK 0.560.000.07   0.06
XYZ50.011570.064080.6999
Yxy70.06400.24910.3490
Hunter Lab83.7042-39.83251.4310
CIE-Lab87.0282-40.4290-3.3605

#69efdf color RGB value is (105,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11101111 11011111
Octal 151 357 337
Decimal 105 239 223
Hex 69 EF DF

RGB Percentages of Color #69efdf

%18.52
%42.15
%39.33

CMYK Percentages of Color #69efdf

%56
%0
%7
%6

Triadic Colors of #69efdf

#69efdf #df69ef #efdf69

Analogous Colors of #69efdf

#69efdf #69bcef #69ef9c

Monochromatic Colors of #69efdf

#69efdf

Complementary Color

#69efdf #ef6979

#69efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#69efdf Color CSS Codes

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

#69efdf Text Font Color

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

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


#69efdf Background Color

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

This div background color is #69efdf


#69efdf Border Color

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

This div border color is #69efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69efdf


Comments

No comments written yet.

Please login to write comment.