Color Hex Logo

#42bedb Color Hex

#42BEDB
(66,190,219)
0 Favorites   0 Comments

Color spaces of #42bedb

RGB 66190219
HSL0.530.680.56
HSV191°70°86°
CMYK 0.700.130.00   0.14
XYZ33.446443.099673.5741
Yxy43.09960.22280.2871
Hunter Lab65.6503-23.9488-20.4909
CIE-Lab71.6225-24.6841-24.4299

#42bedb color RGB value is (66,190,219).

#42bedb hex color red value is 66, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #42bedb hue: 0.53 , saturation: 0.68 and the lightness value of 42bedb is 0.56.

The process color (four color CMYK) of #42bedb color hex is 0.70, 0.13, 0.00, 0.14. Web safe color of #42bedb is #33cccc. Color #42bedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111110 11011011
Octal 102 276 333
Decimal 66 190 219
Hex 42 BE DB

RGB Percentages of Color #42bedb

%13.89
%40.00
%46.11

CMYK Percentages of Color #42bedb

%70
%13
%0
%14

Triadic Colors of #42bedb

#42bedb #db42be #bedb42

Analogous Colors of #42bedb

#42bedb #4272db #42dbac

Monochromatic Colors of #42bedb

#42bedb

Complementary Color

#42bedb #db5f42

#42bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bedb Color CSS Codes

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

#42bedb Text Font Color

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

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


#42bedb Background Color

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

This div background color is #42bedb


#42bedb Border Color

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

This div border color is #42bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bedb


Comments

No comments written yet.

Please login to write comment.