Color Hex Logo

#69fdee Color Hex

#69FDEE
(105,253,238)
0 Favorites   0 Comments

Color spaces of #69fdee

RGB 105253238
HSL0.480.970.70
HSV174°58°99°
CMYK 0.580.000.06   0.01
XYZ56.383679.426993.2481
Yxy79.42690.24620.3468
Hunter Lab89.1218-43.03360.3501
CIE-Lab91.4271-42.9265-4.7093

#69fdee color RGB value is (105,253,238).

#69fdee hex color red value is 105, green value is 253 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #69fdee hue: 0.48 , saturation: 0.97 and the lightness value of 69fdee is 0.70.

The process color (four color CMYK) of #69fdee color hex is 0.58, 0.00, 0.06, 0.01. Web safe color of #69fdee is #66ffff. Color #69fdee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11111101 11101110
Octal 151 375 356
Decimal 105 253 238
Hex 69 FD EE

RGB Percentages of Color #69fdee

%17.62
%42.45
%39.93

CMYK Percentages of Color #69fdee

%58
%0
%6
%1

Triadic Colors of #69fdee

#69fdee #ee69fd #fdee69

Analogous Colors of #69fdee

#69fdee #69c2fd #69fda4

Monochromatic Colors of #69fdee

#69fdee

Complementary Color

#69fdee #fd6978

#69fdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69fdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#69fdee Color CSS Codes

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

#69fdee Text Font Color

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

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


#69fdee Background Color

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

This div background color is #69fdee


#69fdee Border Color

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

This div border color is #69fdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69fdee


Comments

No comments written yet.

Please login to write comment.