Color Hex Logo

#42c6f8 Color Hex

#42C6F8
(66,198,248)
0 Favorites   0 Comments

Color spaces of #42c6f8

RGB 66198248
HSL0.550.930.62
HSV196°73°97°
CMYK 0.730.200.00   0.03
XYZ39.384148.323796.0586
Yxy48.32370.21430.2630
Hunter Lab69.5153-20.5219-33.2683
CIE-Lab75.0286-19.6035-34.8718

#42c6f8 color RGB value is (66,198,248).

#42c6f8 hex color red value is 66, green value is 198 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #42c6f8 hue: 0.55 , saturation: 0.93 and the lightness value of 42c6f8 is 0.62.

The process color (four color CMYK) of #42c6f8 color hex is 0.73, 0.20, 0.00, 0.03. Web safe color of #42c6f8 is #33ccff. Color #42c6f8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11000110 11111000
Octal 102 306 370
Decimal 66 198 248
Hex 42 C6 F8

RGB Percentages of Color #42c6f8

%12.89
%38.67
%48.44

CMYK Percentages of Color #42c6f8

%73
%20
%0
%3

Triadic Colors of #42c6f8

#42c6f8 #f842c6 #c6f842

Analogous Colors of #42c6f8

#42c6f8 #426bf8 #42f8cf

Monochromatic Colors of #42c6f8

#42c6f8

Complementary Color

#42c6f8 #f87442

#42c6f8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42c6f8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42c6f8 Color CSS Codes

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

#42c6f8 Text Font Color

<p style="color:#42c6f8">Text here</p>

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


#42c6f8 Background Color

<div style="background-color:#42c6f8">
Div content here</div>

This div background color is #42c6f8


#42c6f8 Border Color

<div style="border:3px solid #42c6f8">
Div here</div>

This div border color is #42c6f8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,198,248, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42c6f8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42c6f8;
  -webkit-box-shadow: 1px 1px 3px 2px #42c6f8;
  box-shadow:         1px 1px 3px 2px #42c6f8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,198,248, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42c6f8


Comments

No comments written yet.

Please login to write comment.