Color Hex Logo

#69cbea Color Hex

#69CBEA
(105,203,234)
0 Favorites   0 Comments

Color spaces of #69cbea

RGB 105203234
HSL0.540.750.66
HSV194°55°92°
CMYK 0.550.130.00   0.08
XYZ42.032951.655685.5971
Yxy51.65560.23440.2881
Hunter Lab71.8718-21.3833-20.3023
CIE-Lab77.0744-20.2455-24.1118

#69cbea color RGB value is (105,203,234).

#69cbea hex color red value is 105, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #69cbea hue: 0.54 , saturation: 0.75 and the lightness value of 69cbea is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001011 11101010
Octal 151 313 352
Decimal 105 203 234
Hex 69 CB EA

RGB Percentages of Color #69cbea

%19.37
%37.45
%43.17

CMYK Percentages of Color #69cbea

%55
%13
%0
%8

Triadic Colors of #69cbea

#69cbea #ea69cb #cbea69

Analogous Colors of #69cbea

#69cbea #698bea #69eac9

Monochromatic Colors of #69cbea

#69cbea

Complementary Color

#69cbea #ea8869

#69cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#69cbea Color CSS Codes

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

#69cbea Text Font Color

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

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


#69cbea Background Color

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

This div background color is #69cbea


#69cbea Border Color

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

This div border color is #69cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69cbea


Comments

No comments written yet.

Please login to write comment.