Color Hex Logo

#42d5f8 Color Hex

#42D5F8
(66,213,248)
0 Favorites   0 Comments

Color spaces of #42d5f8

RGB 66213248
HSL0.530.930.62
HSV192°73°97°
CMYK 0.730.140.00   0.03
XYZ42.984355.524197.2586
Yxy55.52410.21960.2836
Hunter Lab74.5145-27.4312-25.2270
CIE-Lab79.3422-27.1676-28.2301

#42d5f8 color RGB value is (66,213,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11010101 11111000
Octal 102 325 370
Decimal 66 213 248
Hex 42 D5 F8

RGB Percentages of Color #42d5f8

%12.52
%40.42
%47.06

CMYK Percentages of Color #42d5f8

%73
%14
%0
%3

Triadic Colors of #42d5f8

#42d5f8 #f842d5 #d5f842

Analogous Colors of #42d5f8

#42d5f8 #427af8 #42f8c0

Monochromatic Colors of #42d5f8

#42d5f8

Complementary Color

#42d5f8 #f86542

#42d5f8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42d5f8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42d5f8 Color CSS Codes

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

#42d5f8 Text Font Color

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

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


#42d5f8 Background Color

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

This div background color is #42d5f8


#42d5f8 Border Color

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

This div border color is #42d5f8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,213,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 #42d5f8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42d5f8


Comments

No comments written yet.

Please login to write comment.