Color Hex Logo

#69e2fe Color Hex

#69E2FE
(105,226,254)
0 Favorites   0 Comments

Color spaces of #69e2fe

RGB 105226254
HSL0.530.990.70
HSV191°59°100°
CMYK 0.590.110.00   0.00
XYZ50.911464.5517103.5423
Yxy64.55170.23250.2947
Hunter Lab80.3441-27.4925-20.1683
CIE-Lab84.2522-26.0565-23.8264

#69e2fe color RGB value is (105,226,254).

#69e2fe hex color red value is 105, green value is 226 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #69e2fe hue: 0.53 , saturation: 0.99 and the lightness value of 69e2fe is 0.70.

The process color (four color CMYK) of #69e2fe color hex is 0.59, 0.11, 0.00, 0.00. Web safe color of #69e2fe is #66ccff. Color #69e2fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11100010 11111110
Octal 151 342 376
Decimal 105 226 254
Hex 69 E2 FE

RGB Percentages of Color #69e2fe

%17.95
%38.63
%43.42

CMYK Percentages of Color #69e2fe

%59
%11
%0
%0

Triadic Colors of #69e2fe

#69e2fe #fe69e2 #e2fe69

Analogous Colors of #69e2fe

#69e2fe #6998fe #69fed0

Monochromatic Colors of #69e2fe

#69e2fe

Complementary Color

#69e2fe #fe8569

#69e2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69e2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#69e2fe Color CSS Codes

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

#69e2fe Text Font Color

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

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


#69e2fe Background Color

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

This div background color is #69e2fe


#69e2fe Border Color

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

This div border color is #69e2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69e2fe

#69e2fe Color Palettes


Comments

No comments written yet.

Please login to write comment.