Color Hex Logo

#69e3fd Color Hex

#69E3FD
(105,227,253)
0 Favorites   0 Comments

Color spaces of #69e3fd

RGB 105227253
HSL0.530.970.70
HSV191°58°99°
CMYK 0.580.100.00   0.01
XYZ51.024465.0333102.7919
Yxy65.03330.23310.2972
Hunter Lab80.6432-28.1855-19.1237
CIE-Lab84.5009-26.8283-22.9214

#69e3fd color RGB value is (105,227,253).

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

The process color (four color CMYK) of #69e3fd color hex is 0.58, 0.10, 0.00, 0.01. Web safe color of #69e3fd is #66ccff. Color #69e3fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11100011 11111101
Octal 151 343 375
Decimal 105 227 253
Hex 69 E3 FD

RGB Percentages of Color #69e3fd

%17.95
%38.80
%43.25

CMYK Percentages of Color #69e3fd

%58
%10
%0
%1

Triadic Colors of #69e3fd

#69e3fd #fd69e3 #e3fd69

Analogous Colors of #69e3fd

#69e3fd #6999fd #69fdcd

Monochromatic Colors of #69e3fd

#69e3fd

Complementary Color

#69e3fd #fd8369

#69e3fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69e3fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#69e3fd Color CSS Codes

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

#69e3fd Text Font Color

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

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


#69e3fd Background Color

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

This div background color is #69e3fd


#69e3fd Border Color

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

This div border color is #69e3fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69e3fd


Comments

No comments written yet.

Please login to write comment.