Color Hex Logo

#42bbeb Color Hex

#42BBEB
(66,187,235)
0 Favorites   0 Comments

Color spaces of #42bbeb

RGB 66187235
HSL0.550.810.59
HSV197°72°92°
CMYK 0.720.200.00   0.08
XYZ35.012542.697184.9933
Yxy42.69710.21520.2624
Hunter Lab65.3430-18.7053-31.3799
CIE-Lab71.3489-18.0789-33.5484

#42bbeb color RGB value is (66,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111011 11101011
Octal 102 273 353
Decimal 66 187 235
Hex 42 BB EB

RGB Percentages of Color #42bbeb

%13.52
%38.32
%48.16

CMYK Percentages of Color #42bbeb

%72
%20
%0
%8

Triadic Colors of #42bbeb

#42bbeb #eb42bb #bbeb42

Analogous Colors of #42bbeb

#42bbeb #4267eb #42ebc7

Monochromatic Colors of #42bbeb

#42bbeb

Complementary Color

#42bbeb #eb7242

#42bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bbeb Color CSS Codes

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

#42bbeb Text Font Color

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

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


#42bbeb Background Color

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

This div background color is #42bbeb


#42bbeb Border Color

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

This div border color is #42bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bbeb


Comments

No comments written yet.

Please login to write comment.