Color Hex Logo

#42bdbe Color Hex

#42BDBE
(66,189,190)
0 Favorites   0 Comments

Color spaces of #42bdbe

RGB 66189190
HSL0.500.490.50
HSV180°65°75°
CMYK 0.650.010.00   0.25
XYZ29.738641.271155.1139
Yxy41.27110.23580.3272
Hunter Lab64.2426-29.7949-5.8953
CIE-Lab70.3654-32.8240-10.4850

#42bdbe color RGB value is (66,189,190).

#42bdbe hex color red value is 66, green value is 189 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #42bdbe hue: 0.50 , saturation: 0.49 and the lightness value of 42bdbe is 0.50.

The process color (four color CMYK) of #42bdbe color hex is 0.65, 0.01, 0.00, 0.25. Web safe color of #42bdbe is #33cccc. Color #42bdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111101 10111110
Octal 102 275 276
Decimal 66 189 190
Hex 42 BD BE

RGB Percentages of Color #42bdbe

%14.83
%42.47
%42.70

CMYK Percentages of Color #42bdbe

%65
%1
%0
%25

Triadic Colors of #42bdbe

#42bdbe #be42bd #bdbe42

Analogous Colors of #42bdbe

#42bdbe #427fbe #42be81

Monochromatic Colors of #42bdbe

#42bdbe

Complementary Color

#42bdbe #be4342

#42bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bdbe Color CSS Codes

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

#42bdbe Text Font Color

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

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


#42bdbe Background Color

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

This div background color is #42bdbe


#42bdbe Border Color

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

This div border color is #42bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bdbe


Comments

No comments written yet.

Please login to write comment.