Color Hex Logo

#42cbee Color Hex

#42CBEE
(66,203,238)
0 Favorites   0 Comments

Color spaces of #42cbee

RGB 66203238
HSL0.530.830.60
HSV192°72°93°
CMYK 0.720.150.00   0.07
XYZ39.035350.043288.4908
Yxy50.04320.21980.2818
Hunter Lab70.7412-25.3001-24.6475
CIE-Lab76.0958-25.3069-27.8562

#42cbee color RGB value is (66,203,238).

#42cbee hex color red value is 66, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #42cbee hue: 0.53 , saturation: 0.83 and the lightness value of 42cbee is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001011 11101110
Octal 102 313 356
Decimal 66 203 238
Hex 42 CB EE

RGB Percentages of Color #42cbee

%13.02
%40.04
%46.94

CMYK Percentages of Color #42cbee

%72
%15
%0
%7

Triadic Colors of #42cbee

#42cbee #ee42cb #cbee42

Analogous Colors of #42cbee

#42cbee #4275ee #42eebb

Monochromatic Colors of #42cbee

#42cbee

Complementary Color

#42cbee #ee6542

#42cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cbee Color CSS Codes

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

#42cbee Text Font Color

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

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


#42cbee Background Color

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

This div background color is #42cbee


#42cbee Border Color

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

This div border color is #42cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cbee


Comments

No comments written yet.

Please login to write comment.