Color Hex Logo

#418ccc Color Hex

#418CCC
(65,140,204)
0 Favorites   0 Comments

Color spaces of #418ccc

RGB 65140204
HSL0.580.580.53
HSV208°68°80°
CMYK 0.680.310.00   0.20
XYZ22.457124.239660.6218
Yxy24.23960.20930.2259
Hunter Lab49.2337-4.7394-38.5405
CIE-Lab56.3269-2.6471-39.8314

#418ccc color RGB value is (65,140,204).

#418ccc hex color red value is 65, green value is 140 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #418ccc hue: 0.58 , saturation: 0.58 and the lightness value of 418ccc is 0.53.

The process color (four color CMYK) of #418ccc color hex is 0.68, 0.31, 0.00, 0.20. Web safe color of #418ccc is #3399cc. Color #418ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001100 11001100
Octal 101 214 314
Decimal 65 140 204
Hex 41 8C CC

RGB Percentages of Color #418ccc

%15.89
%34.23
%49.88

CMYK Percentages of Color #418ccc

%68
%31
%0
%20

Triadic Colors of #418ccc

#418ccc #cc418c #8ccc41

Analogous Colors of #418ccc

#418ccc #4146cc #41ccc7

Monochromatic Colors of #418ccc

#418ccc

Complementary Color

#418ccc #cc8141

#418ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#418ccc Color CSS Codes

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

#418ccc Text Font Color

<p style="color:#418ccc">Text here</p>

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


#418ccc Background Color

<div style="background-color:#418ccc">
Div content here</div>

This div background color is #418ccc


#418ccc Border Color

<div style="border:3px solid #418ccc">
Div here</div>

This div border color is #418ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,140,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #418ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #418ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #418ccc;
  box-shadow:         1px 1px 3px 2px #418ccc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,140,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418ccc


Comments

No comments written yet.

Please login to write comment.