Color Hex Logo

#69c2ec Color Hex

#69C2EC
(105,194,236)
0 Favorites   0 Comments

Color spaces of #69c2ec

RGB 105194236
HSL0.550.780.67
HSV199°56°93°
CMYK 0.560.180.00   0.07
XYZ40.257847.643086.4311
Yxy47.64300.23090.2733
Hunter Lab69.0239-16.6827-25.9257
CIE-Lab74.5992-15.0161-28.9770

#69c2ec color RGB value is (105,194,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11000010 11101100
Octal 151 302 354
Decimal 105 194 236
Hex 69 C2 EC

RGB Percentages of Color #69c2ec

%19.63
%36.26
%44.11

CMYK Percentages of Color #69c2ec

%56
%18
%0
%7

Triadic Colors of #69c2ec

#69c2ec #ec69c2 #c2ec69

Analogous Colors of #69c2ec

#69c2ec #6981ec #69ecd5

Monochromatic Colors of #69c2ec

#69c2ec

Complementary Color

#69c2ec #ec9369

#69c2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69c2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#69c2ec Color CSS Codes

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

#69c2ec Text Font Color

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

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


#69c2ec Background Color

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

This div background color is #69c2ec


#69c2ec Border Color

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

This div border color is #69c2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69c2ec


Comments

No comments written yet.

Please login to write comment.