Color Hex Logo

#0077ee Color Hex

#0077EE
(0,119,238)
2 Favorites   0 Comments

Color spaces of #0077ee

RGB 0119238
HSL0.581.000.47
HSV210°100°93°
CMYK 1.000.500.00   0.07
XYZ22.029419.366783.4660
Yxy19.36670.17640.1551
Hunter Lab44.007612.3405-81.6456
CIE-Lab51.113517.8495-67.3273

#0077ee color RGB value is (0,119,238). This hex color code is also a web safe color which is equal to #07E.

#0077ee hex color red value is 0, green value is 119 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0077ee hue: 0.58 , saturation: 1.00 and the lightness value of 0077ee is 0.47.

The process color (four color CMYK) of #0077ee color hex is 1.00, 0.50, 0.00, 0.07. Web safe color of #0077ee is #0066ff. Color #0077ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110111 11101110
Octal 0 167 356
Decimal 0 119 238
Hex 0 77 EE

RGB Percentages of Color #0077ee

%0.00
%33.33
%66.67

CMYK Percentages of Color #0077ee

%100
%50
%0
%7

Triadic Colors of #0077ee

#0077ee #ee0077 #77ee00

Analogous Colors of #0077ee

#0077ee #0000ee #00eeee

Monochromatic Colors of #0077ee

#0077ee

Complementary Color

#0077ee #ee7700

#0077ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0077ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0077ee Color CSS Codes

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

#0077ee Text Font Color

<p style="color:#0077ee">Text here</p>

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


#0077ee Background Color

<div style="background-color:#0077ee">
Div content here</div>

This div background color is #0077ee


#0077ee Border Color

<div style="border:3px solid #0077ee">
Div here</div>

This div border color is #0077ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,119,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0077ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0077ee;
  -webkit-box-shadow: 1px 1px 3px 2px #0077ee;
  box-shadow:         1px 1px 3px 2px #0077ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,119,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0077ee


Comments

No comments written yet.

Please login to write comment.