Color Hex Logo

#69cbda Color Hex

#69CBDA
(105,203,218)
0 Favorites   0 Comments

Color spaces of #69cbda

RGB 105203218
HSL0.520.600.63
HSV188°52°85°
CMYK 0.520.070.00   0.15
XYZ39.836550.777174.0310
Yxy50.77710.24200.3084
Hunter Lab71.2581-24.9120-11.7166
CIE-Lab76.5438-24.7125-16.3075

#69cbda color RGB value is (105,203,218).

#69cbda hex color red value is 105, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #69cbda hue: 0.52 , saturation: 0.60 and the lightness value of 69cbda is 0.63.

The process color (four color CMYK) of #69cbda color hex is 0.52, 0.07, 0.00, 0.15. Web safe color of #69cbda is #66cccc. Color #69cbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001011 11011010
Octal 151 313 332
Decimal 105 203 218
Hex 69 CB DA

RGB Percentages of Color #69cbda

%19.96
%38.59
%41.44

CMYK Percentages of Color #69cbda

%52
%7
%0
%15

Triadic Colors of #69cbda

#69cbda #da69cb #cbda69

Analogous Colors of #69cbda

#69cbda #6993da #69dab1

Monochromatic Colors of #69cbda

#69cbda

Complementary Color

#69cbda #da7869

#69cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#69cbda Color CSS Codes

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

#69cbda Text Font Color

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

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


#69cbda Background Color

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

This div background color is #69cbda


#69cbda Border Color

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

This div border color is #69cbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69cbda


Comments

No comments written yet.

Please login to write comment.