Color Hex Logo

#69ddfe Color Hex

#69DDFE
(105,221,254)
0 Favorites   0 Comments

Color spaces of #69ddfe

RGB 105221254
HSL0.540.990.70
HSV193°59°100°
CMYK 0.590.130.00   0.00
XYZ49.571561.8719103.0957
Yxy61.87190.23110.2884
Hunter Lab78.6587-25.1602-22.6486
CIE-Lab82.8453-23.5862-25.9690

#69ddfe color RGB value is (105,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011101 11111110
Octal 151 335 376
Decimal 105 221 254
Hex 69 DD FE

RGB Percentages of Color #69ddfe

%18.10
%38.10
%43.79

CMYK Percentages of Color #69ddfe

%59
%13
%0
%0

Triadic Colors of #69ddfe

#69ddfe #fe69dd #ddfe69

Analogous Colors of #69ddfe

#69ddfe #6993fe #69fed5

Monochromatic Colors of #69ddfe

#69ddfe

Complementary Color

#69ddfe #fe8a69

#69ddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ddfe Color CSS Codes

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

#69ddfe Text Font Color

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

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


#69ddfe Background Color

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

This div background color is #69ddfe


#69ddfe Border Color

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

This div border color is #69ddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ddfe


Comments

No comments written yet.

Please login to write comment.