Color Hex Logo

#42ceff Color Hex

#42CEFF
(66,206,255)
0 Favorites   0 Comments

Color spaces of #42ceff

RGB 66206255
HSL0.541.000.63
HSV196°74°100°
CMYK 0.740.190.00   0.00
XYZ42.368152.5209102.5122
Yxy52.52090.21460.2661
Hunter Lab72.4713-22.4703-33.1371
CIE-Lab77.5913-21.4633-34.6564

#42ceff color RGB value is (66,206,255).

#42ceff hex color red value is 66, green value is 206 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #42ceff hue: 0.54 , saturation: 1.00 and the lightness value of 42ceff is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001110 11111111
Octal 102 316 377
Decimal 66 206 255
Hex 42 CE FF

RGB Percentages of Color #42ceff

%12.52
%39.09
%48.39

CMYK Percentages of Color #42ceff

%74
%19
%0
%0

Triadic Colors of #42ceff

#42ceff #ff42ce #ceff42

Analogous Colors of #42ceff

#42ceff #4270ff #42ffd2

Monochromatic Colors of #42ceff

#42ceff

Complementary Color

#42ceff #ff7342

#42ceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ceff Color CSS Codes

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

#42ceff Text Font Color

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

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


#42ceff Background Color

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

This div background color is #42ceff


#42ceff Border Color

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

This div border color is #42ceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ceff

Related Colors


Comments

No comments written yet.

Please login to write comment.