Color Hex Logo

#749cee Color Hex

#749CEE
(116,156,238)
0 Favorites   0 Comments

Color spaces of #749cee

RGB 116156238
HSL0.610.780.69
HSV220°51°93°
CMYK 0.510.340.00   0.07
XYZ34.523533.663085.5669
Yxy33.66300.22450.2189
Hunter Lab58.01984.6781-46.8263
CIE-Lab64.69428.9287-45.4353

#749cee color RGB value is (116,156,238).

#749cee hex color red value is 116, green value is 156 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #749cee hue: 0.61 , saturation: 0.78 and the lightness value of 749cee is 0.69.

The process color (four color CMYK) of #749cee color hex is 0.51, 0.34, 0.00, 0.07. Web safe color of #749cee is #6699ff. Color #749cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011100 11101110
Octal 164 234 356
Decimal 116 156 238
Hex 74 9C EE

RGB Percentages of Color #749cee

%22.75
%30.59
%46.67

CMYK Percentages of Color #749cee

%51
%34
%0
%7

Triadic Colors of #749cee

#749cee #ee749c #9cee74

Analogous Colors of #749cee

#749cee #8974ee #74d9ee

Monochromatic Colors of #749cee

#749cee

Complementary Color

#749cee #eec674

#749cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#749cee Color CSS Codes

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

#749cee Text Font Color

<p style="color:#749cee">Text here</p>

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


#749cee Background Color

<div style="background-color:#749cee">
Div content here</div>

This div background color is #749cee


#749cee Border Color

<div style="border:3px solid #749cee">
Div here</div>

This div border color is #749cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,156,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #749cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #749cee;
  -webkit-box-shadow: 1px 1px 3px 2px #749cee;
  box-shadow:         1px 1px 3px 2px #749cee; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749cee


Comments

No comments written yet.

Please login to write comment.