Color Hex Logo

#42c8de Color Hex

#42C8DE
(66,200,222)
0 Favorites   0 Comments

Color spaces of #42c8de

RGB 66200222
HSL0.520.700.56
HSV188°70°87°
CMYK 0.700.100.00   0.13
XYZ36.085947.740776.4202
Yxy47.74070.22520.2979
Hunter Lab69.0946-27.6908-17.2098
CIE-Lab74.6611-28.7296-21.4254

#42c8de color RGB value is (66,200,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001000 11011110
Octal 102 310 336
Decimal 66 200 222
Hex 42 C8 DE

RGB Percentages of Color #42c8de

%13.52
%40.98
%45.49

CMYK Percentages of Color #42c8de

%70
%10
%0
%13

Triadic Colors of #42c8de

#42c8de #de42c8 #c8de42

Analogous Colors of #42c8de

#42c8de #427ade #42dea6

Monochromatic Colors of #42c8de

#42c8de

Complementary Color

#42c8de #de5842

#42c8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42c8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#42c8de Color CSS Codes

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

#42c8de Text Font Color

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

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


#42c8de Background Color

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

This div background color is #42c8de


#42c8de Border Color

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

This div border color is #42c8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42c8de


Comments

No comments written yet.

Please login to write comment.