Color Hex Logo

#69dceb Color Hex

#69DCEB
(105,220,235)
0 Favorites   0 Comments

Color spaces of #69dceb

RGB 105220235
HSL0.520.760.67
HSV187°55°92°
CMYK 0.550.060.00   0.08
XYZ46.414360.187887.7684
Yxy60.18780.23880.3097
Hunter Lab77.5808-28.9751-12.7692
CIE-Lab81.9402-28.4174-17.2704

#69dceb color RGB value is (105,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011100 11101011
Octal 151 334 353
Decimal 105 220 235
Hex 69 DC EB

RGB Percentages of Color #69dceb

%18.75
%39.29
%41.96

CMYK Percentages of Color #69dceb

%55
%6
%0
%8

Triadic Colors of #69dceb

#69dceb #eb69dc #dceb69

Analogous Colors of #69dceb

#69dceb #699beb #69ebb9

Monochromatic Colors of #69dceb

#69dceb

Complementary Color

#69dceb #eb7869

#69dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69dceb Color CSS Codes

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

#69dceb Text Font Color

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

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


#69dceb Background Color

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

This div background color is #69dceb


#69dceb Border Color

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

This div border color is #69dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69dceb


Comments

No comments written yet.

Please login to write comment.