Color Hex Logo

#42bbdf Color Hex

#42BBDF
(66,187,223)
0 Favorites   0 Comments

Color spaces of #42bbdf

RGB 66187223
HSL0.540.710.57
HSV194°70°87°
CMYK 0.700.160.00   0.13
XYZ33.336442.026676.1670
Yxy42.02660.22000.2773
Hunter Lab64.8279-21.6590-24.2809
CIE-Lab70.8893-21.9109-27.7320

#42bbdf color RGB value is (66,187,223).

#42bbdf hex color red value is 66, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #42bbdf hue: 0.54 , saturation: 0.71 and the lightness value of 42bbdf is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111011 11011111
Octal 102 273 337
Decimal 66 187 223
Hex 42 BB DF

RGB Percentages of Color #42bbdf

%13.87
%39.29
%46.85

CMYK Percentages of Color #42bbdf

%70
%16
%0
%13

Triadic Colors of #42bbdf

#42bbdf #df42bb #bbdf42

Analogous Colors of #42bbdf

#42bbdf #426ddf #42dfb5

Monochromatic Colors of #42bbdf

#42bbdf

Complementary Color

#42bbdf #df6642

#42bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bbdf Color CSS Codes

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

#42bbdf Text Font Color

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

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


#42bbdf Background Color

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

This div background color is #42bbdf


#42bbdf Border Color

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

This div border color is #42bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bbdf


Comments

No comments written yet.

Please login to write comment.