Color Hex Logo

#42feeb Color Hex

#42FEEB
(66,254,235)
0 Favorites   0 Comments

Color spaces of #42feeb

RGB 66254235
HSL0.480.990.63
HSV174°74°100°
CMYK 0.740.000.07   0.00
XYZ52.684078.040090.8838
Yxy78.04000.23770.3522
Hunter Lab88.3403-48.14230.8411
CIE-Lab90.7982-49.6128-4.1747

#42feeb color RGB value is (66,254,235).

#42feeb hex color red value is 66, green value is 254 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #42feeb hue: 0.48 , saturation: 0.99 and the lightness value of 42feeb is 0.63.

The process color (four color CMYK) of #42feeb color hex is 0.74, 0.00, 0.07, 0.00. Web safe color of #42feeb is #33ffff. Color #42feeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111110 11101011
Octal 102 376 353
Decimal 66 254 235
Hex 42 FE EB

RGB Percentages of Color #42feeb

%11.89
%45.77
%42.34

CMYK Percentages of Color #42feeb

%74
%0
%7
%0

Triadic Colors of #42feeb

#42feeb #eb42fe #feeb42

Analogous Colors of #42feeb

#42feeb #42b3fe #42fe8d

Monochromatic Colors of #42feeb

#42feeb

Complementary Color

#42feeb #fe4255

#42feeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42feeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42feeb Color CSS Codes

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

#42feeb Text Font Color

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

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


#42feeb Background Color

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

This div background color is #42feeb


#42feeb Border Color

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

This div border color is #42feeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42feeb


Comments

No comments written yet.

Please login to write comment.