Color Hex Logo

#69d1eb Color Hex

#69D1EB
(105,209,235)
0 Favorites   0 Comments

Color spaces of #69d1eb

RGB 105209235
HSL0.530.760.67
HSV192°55°92°
CMYK 0.550.110.00   0.08
XYZ43.621654.602386.8375
Yxy54.60230.23570.2950
Hunter Lab73.8934-23.9392-17.9507
CIE-Lab78.8116-22.9933-22.0040

#69d1eb color RGB value is (105,209,235).

#69d1eb hex color red value is 105, green value is 209 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #69d1eb hue: 0.53 , saturation: 0.76 and the lightness value of 69d1eb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11010001 11101011
Octal 151 321 353
Decimal 105 209 235
Hex 69 D1 EB

RGB Percentages of Color #69d1eb

%19.13
%38.07
%42.81

CMYK Percentages of Color #69d1eb

%55
%11
%0
%8

Triadic Colors of #69d1eb

#69d1eb #eb69d1 #d1eb69

Analogous Colors of #69d1eb

#69d1eb #6990eb #69ebc4

Monochromatic Colors of #69d1eb

#69d1eb

Complementary Color

#69d1eb #eb8369

#69d1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69d1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69d1eb Color CSS Codes

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

#69d1eb Text Font Color

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

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


#69d1eb Background Color

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

This div background color is #69d1eb


#69d1eb Border Color

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

This div border color is #69d1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69d1eb


Comments

No comments written yet.

Please login to write comment.