Color Hex Logo

#42bfee Color Hex

#42BFEE
(66,191,238)
0 Favorites   0 Comments

Color spaces of #42bfee

RGB 66191238
HSL0.550.830.60
HSV196°72°93°
CMYK 0.720.200.00   0.07
XYZ36.310244.592987.5825
Yxy44.59290.21550.2647
Hunter Lab66.7779-19.8028-31.0172
CIE-Lab72.6230-19.1962-33.2029

#42bfee color RGB value is (66,191,238).

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

The process color (four color CMYK) of #42bfee color hex is 0.72, 0.20, 0.00, 0.07. Web safe color of #42bfee is #33ccff. Color #42bfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111111 11101110
Octal 102 277 356
Decimal 66 191 238
Hex 42 BF EE

RGB Percentages of Color #42bfee

%13.33
%38.59
%48.08

CMYK Percentages of Color #42bfee

%72
%20
%0
%7

Triadic Colors of #42bfee

#42bfee #ee42bf #bfee42

Analogous Colors of #42bfee

#42bfee #4269ee #42eec7

Monochromatic Colors of #42bfee

#42bfee

Complementary Color

#42bfee #ee7142

#42bfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bfee Color CSS Codes

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

#42bfee Text Font Color

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

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


#42bfee Background Color

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

This div background color is #42bfee


#42bfee Border Color

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

This div border color is #42bfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bfee


Comments

No comments written yet.

Please login to write comment.