Color Hex Logo

#42bffc Color Hex

#42BFFC
(66,191,252)
0 Favorites   0 Comments

Color spaces of #42bffc

RGB 66191252
HSL0.550.970.62
HSV200°74°99°
CMYK 0.740.240.00   0.01
XYZ38.448345.448198.8414
Yxy45.44810.21040.2487
Hunter Lab67.4152-16.1743-39.7379
CIE-Lab73.1860-14.6371-39.8835

#42bffc color RGB value is (66,191,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111111 11111100
Octal 102 277 374
Decimal 66 191 252
Hex 42 BF FC

RGB Percentages of Color #42bffc

%12.97
%37.52
%49.51

CMYK Percentages of Color #42bffc

%74
%24
%0
%1

Triadic Colors of #42bffc

#42bffc #fc42bf #bffc42

Analogous Colors of #42bffc

#42bffc #4262fc #42fcdc

Monochromatic Colors of #42bffc

#42bffc

Complementary Color

#42bffc #fc7f42

#42bffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bffc Color CSS Codes

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

#42bffc Text Font Color

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

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


#42bffc Background Color

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

This div background color is #42bffc


#42bffc Border Color

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

This div border color is #42bffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bffc


Comments

No comments written yet.

Please login to write comment.