Color Hex Logo

#1774ed Color Hex

#1774ED
(23,116,237)
0 Favorites   0 Comments

Color spaces of #1774ed

RGB 23116237
HSL0.590.860.51
HSV214°90°93°
CMYK 0.900.510.00   0.07
XYZ21.884818.787482.5936
Yxy18.78740.17750.1524
Hunter Lab43.344414.2727-82.6371
CIE-Lab50.437520.0896-67.8528

#1774ed color RGB value is (23,116,237).

#1774ed hex color red value is 23, green value is 116 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1774ed hue: 0.59 , saturation: 0.86 and the lightness value of 1774ed is 0.51.

The process color (four color CMYK) of #1774ed color hex is 0.90, 0.51, 0.00, 0.07. Web safe color of #1774ed is #0066ff. Color #1774ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01110100 11101101
Octal 27 164 355
Decimal 23 116 237
Hex 17 74 ED

RGB Percentages of Color #1774ed

%6.12
%30.85
%63.03

CMYK Percentages of Color #1774ed

%90
%51
%0
%7

Triadic Colors of #1774ed

#1774ed #ed1774 #74ed17

Analogous Colors of #1774ed

#1774ed #2517ed #17dfed

Monochromatic Colors of #1774ed

#1774ed

Complementary Color

#1774ed #ed9017

#1774ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1774ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1774ed Color CSS Codes

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

#1774ed Text Font Color

<p style="color:#1774ed">Text here</p>

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


#1774ed Background Color

<div style="background-color:#1774ed">
Div content here</div>

This div background color is #1774ed


#1774ed Border Color

<div style="border:3px solid #1774ed">
Div here</div>

This div border color is #1774ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,116,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1774ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1774ed;
  -webkit-box-shadow: 1px 1px 3px 2px #1774ed;
  box-shadow:         1px 1px 3px 2px #1774ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,116,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1774ed


Comments

No comments written yet.

Please login to write comment.