Color Hex Logo

#69beec Color Hex

#69BEEC
(105,190,236)
0 Favorites   0 Comments

Color spaces of #69beec

RGB 105190236
HSL0.560.780.67
HSV201°56°93°
CMYK 0.560.190.00   0.07
XYZ39.379545.886386.1383
Yxy45.88630.22970.2677
Hunter Lab67.7394-14.7752-27.9763
CIE-Lab73.4717-12.9071-30.7116

#69beec color RGB value is (105,190,236).

#69beec hex color red value is 105, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #69beec hue: 0.56 , saturation: 0.78 and the lightness value of 69beec is 0.67.

The process color (four color CMYK) of #69beec color hex is 0.56, 0.19, 0.00, 0.07. Web safe color of #69beec is #66ccff. Color #69beec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111110 11101100
Octal 151 276 354
Decimal 105 190 236
Hex 69 BE EC

RGB Percentages of Color #69beec

%19.77
%35.78
%44.44

CMYK Percentages of Color #69beec

%56
%19
%0
%7

Triadic Colors of #69beec

#69beec #ec69be #beec69

Analogous Colors of #69beec

#69beec #697dec #69ecd9

Monochromatic Colors of #69beec

#69beec

Complementary Color

#69beec #ec9769

#69beec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69beec Color Preview on White Background

Lorem ipsum dolor sit amet.

#69beec Color CSS Codes

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

#69beec Text Font Color

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

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


#69beec Background Color

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

This div background color is #69beec


#69beec Border Color

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

This div border color is #69beec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69beec


Comments

No comments written yet.

Please login to write comment.