Color Hex Logo

#4697ee Color Hex

#4697EE
(70,151,238)
0 Favorites   0 Comments

Color spaces of #4697ee

RGB 70151238
HSL0.590.830.60
HSV211°71°93°
CMYK 0.710.370.00   0.07
XYZ29.025029.608485.0741
Yxy29.60840.20200.2060
Hunter Lab54.4136-0.0093-54.6087
CIE-Lab61.31493.4500-50.9068

#4697ee color RGB value is (70,151,238).

#4697ee hex color red value is 70, green value is 151 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4697ee hue: 0.59 , saturation: 0.83 and the lightness value of 4697ee is 0.60.

The process color (four color CMYK) of #4697ee color hex is 0.71, 0.37, 0.00, 0.07. Web safe color of #4697ee is #3399ff. Color #4697ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010111 11101110
Octal 106 227 356
Decimal 70 151 238
Hex 46 97 EE

RGB Percentages of Color #4697ee

%15.25
%32.90
%51.85

CMYK Percentages of Color #4697ee

%71
%37
%0
%7

Triadic Colors of #4697ee

#4697ee #ee4697 #97ee46

Analogous Colors of #4697ee

#4697ee #4946ee #46ebee

Monochromatic Colors of #4697ee

#4697ee

Complementary Color

#4697ee #ee9d46

#4697ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4697ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4697ee Color CSS Codes

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

#4697ee Text Font Color

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

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


#4697ee Background Color

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

This div background color is #4697ee


#4697ee Border Color

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

This div border color is #4697ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,151,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 #4697ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4697ee


Comments

No comments written yet.

Please login to write comment.