Color Hex Logo

#42bddc Color Hex

#42BDDC
(66,189,220)
0 Favorites   0 Comments

Color spaces of #42bddc

RGB 66189220
HSL0.530.690.56
HSV192°70°86°
CMYK 0.700.140.00   0.14
XYZ33.362642.720774.1977
Yxy42.72070.22200.2843
Hunter Lab65.3611-23.2692-21.5531
CIE-Lab71.3650-23.8692-25.3683

#42bddc color RGB value is (66,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111101 11011100
Octal 102 275 334
Decimal 66 189 220
Hex 42 BD DC

RGB Percentages of Color #42bddc

%13.89
%39.79
%46.32

CMYK Percentages of Color #42bddc

%70
%14
%0
%14

Triadic Colors of #42bddc

#42bddc #dc42bd #bddc42

Analogous Colors of #42bddc

#42bddc #4270dc #42dcae

Monochromatic Colors of #42bddc

#42bddc

Complementary Color

#42bddc #dc6142

#42bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bddc Color CSS Codes

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

#42bddc Text Font Color

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

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


#42bddc Background Color

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

This div background color is #42bddc


#42bddc Border Color

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

This div border color is #42bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bddc


Comments

No comments written yet.

Please login to write comment.