Color Hex Logo

#42cae9 Color Hex

#42CAE9
(66,202,233)
0 Favorites   0 Comments

Color spaces of #42cae9

RGB 66202233
HSL0.530.790.59
HSV191°72°91°
CMYK 0.720.130.00   0.09
XYZ38.075349.282584.5965
Yxy49.28250.22140.2866
Hunter Lab70.2015-26.0393-22.3065
CIE-Lab75.6267-26.3573-25.8858

#42cae9 color RGB value is (66,202,233).

#42cae9 hex color red value is 66, green value is 202 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #42cae9 hue: 0.53 , saturation: 0.79 and the lightness value of 42cae9 is 0.59.

The process color (four color CMYK) of #42cae9 color hex is 0.72, 0.13, 0.00, 0.09. Web safe color of #42cae9 is #33ccff. Color #42cae9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001010 11101001
Octal 102 312 351
Decimal 66 202 233
Hex 42 CA E9

RGB Percentages of Color #42cae9

%13.17
%40.32
%46.51

CMYK Percentages of Color #42cae9

%72
%13
%0
%9

Triadic Colors of #42cae9

#42cae9 #e942ca #cae942

Analogous Colors of #42cae9

#42cae9 #4277e9 #42e9b5

Monochromatic Colors of #42cae9

#42cae9

Complementary Color

#42cae9 #e96142

#42cae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cae9 Color CSS Codes

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

#42cae9 Text Font Color

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

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


#42cae9 Background Color

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

This div background color is #42cae9


#42cae9 Border Color

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

This div border color is #42cae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cae9


Comments

No comments written yet.

Please login to write comment.