Color Hex Logo

#069cea Color Hex

#069CEA
(6,156,234)
0 Favorites   0 Comments

Color spaces of #069cea

RGB 6156234
HSL0.560.950.47
HSV201°97°92°
CMYK 0.970.330.00   0.08
XYZ26.814929.756282.1721
Yxy29.75620.19330.2145
Hunter Lab54.5492-7.7155-51.1290
CIE-Lab61.4433-5.8762-48.5665

#069cea color RGB value is (6,156,234).

#069cea hex color red value is 6, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #069cea hue: 0.56 , saturation: 0.95 and the lightness value of 069cea is 0.47.

The process color (four color CMYK) of #069cea color hex is 0.97, 0.33, 0.00, 0.08. Web safe color of #069cea is #0099ff. Color #069cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011100 11101010
Octal 6 234 352
Decimal 6 156 234
Hex 6 9C EA

RGB Percentages of Color #069cea

%1.52
%39.39
%59.09

CMYK Percentages of Color #069cea

%97
%33
%0
%8

Triadic Colors of #069cea

#069cea #ea069c #9cea06

Analogous Colors of #069cea

#069cea #062aea #06eac6

Monochromatic Colors of #069cea

#069cea

Complementary Color

#069cea #ea5406

#069cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#069cea Color CSS Codes

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

#069cea Text Font Color

<p style="color:#069cea">Text here</p>

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


#069cea Background Color

<div style="background-color:#069cea">
Div content here</div>

This div background color is #069cea


#069cea Border Color

<div style="border:3px solid #069cea">
Div here</div>

This div border color is #069cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,156,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #069cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #069cea;
  -webkit-box-shadow: 1px 1px 3px 2px #069cea;
  box-shadow:         1px 1px 3px 2px #069cea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,156,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 #069cea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069cea


Comments

No comments written yet.

Please login to write comment.