Color Hex Logo

#42bbea Color Hex

#42BBEA
(66,187,234)
0 Favorites   0 Comments

Color spaces of #42bbea

RGB 66187234
HSL0.550.800.59
HSV197°72°92°
CMYK 0.720.200.00   0.08
XYZ34.868442.639484.2344
Yxy42.63940.21560.2636
Hunter Lab65.2989-18.9572-30.7739
CIE-Lab71.3095-18.4017-33.0665

#42bbea color RGB value is (66,187,234).

#42bbea hex color red value is 66, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #42bbea hue: 0.55 , saturation: 0.80 and the lightness value of 42bbea is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111011 11101010
Octal 102 273 352
Decimal 66 187 234
Hex 42 BB EA

RGB Percentages of Color #42bbea

%13.55
%38.40
%48.05

CMYK Percentages of Color #42bbea

%72
%20
%0
%8

Triadic Colors of #42bbea

#42bbea #ea42bb #bbea42

Analogous Colors of #42bbea

#42bbea #4267ea #42eac5

Monochromatic Colors of #42bbea

#42bbea

Complementary Color

#42bbea #ea7142

#42bbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bbea Color CSS Codes

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

#42bbea Text Font Color

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

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


#42bbea Background Color

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

This div background color is #42bbea


#42bbea Border Color

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

This div border color is #42bbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bbea


Comments

No comments written yet.

Please login to write comment.