Color Hex Logo

#42cbda Color Hex

#42CBDA
(66,203,218)
0 Favorites   0 Comments

Color spaces of #42cbda

RGB 66203218
HSL0.520.670.56
HSV186°70°85°
CMYK 0.700.070.00   0.15
XYZ36.257648.932173.8635
Yxy48.93210.22800.3076
Hunter Lab69.9515-29.8941-13.6397
CIE-Lab75.4091-31.3803-18.1311

#42cbda color RGB value is (66,203,218).

#42cbda hex color red value is 66, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #42cbda hue: 0.52 , saturation: 0.67 and the lightness value of 42cbda is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001011 11011010
Octal 102 313 332
Decimal 66 203 218
Hex 42 CB DA

RGB Percentages of Color #42cbda

%13.55
%41.68
%44.76

CMYK Percentages of Color #42cbda

%70
%7
%0
%15

Triadic Colors of #42cbda

#42cbda #da42cb #cbda42

Analogous Colors of #42cbda

#42cbda #427fda #42da9d

Monochromatic Colors of #42cbda

#42cbda

Complementary Color

#42cbda #da5142

#42cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cbda Color CSS Codes

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

#42cbda Text Font Color

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

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


#42cbda Background Color

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

This div background color is #42cbda


#42cbda Border Color

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

This div border color is #42cbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cbda


Comments

No comments written yet.

Please login to write comment.