Color Hex Logo

#42dbfc Color Hex

#42DBFC
(66,219,252)
0 Favorites   0 Comments

Color spaces of #42dbfc

RGB 66219252
HSL0.530.970.62
HSV191°74°99°
CMYK 0.740.130.00   0.01
XYZ45.149058.8496101.0750
Yxy58.84960.22020.2870
Hunter Lab76.7135-29.1941-24.4190
CIE-Lab81.2089-28.8762-27.4988

#42dbfc color RGB value is (66,219,252).

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

The process color (four color CMYK) of #42dbfc color hex is 0.74, 0.13, 0.00, 0.01. Web safe color of #42dbfc is #33ccff. Color #42dbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011011 11111100
Octal 102 333 374
Decimal 66 219 252
Hex 42 DB FC

RGB Percentages of Color #42dbfc

%12.29
%40.78
%46.93

CMYK Percentages of Color #42dbfc

%74
%13
%0
%1

Triadic Colors of #42dbfc

#42dbfc #fc42db #dbfc42

Analogous Colors of #42dbfc

#42dbfc #427efc #42fcc0

Monochromatic Colors of #42dbfc

#42dbfc

Complementary Color

#42dbfc #fc6342

#42dbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dbfc Color CSS Codes

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

#42dbfc Text Font Color

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

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


#42dbfc Background Color

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

This div background color is #42dbfc


#42dbfc Border Color

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

This div border color is #42dbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dbfc


Comments

No comments written yet.

Please login to write comment.