Color Hex Logo

#61deee Color Hex

#61DEEE
(97,222,238)
0 Favorites   0 Comments

Color spaces of #61deee

RGB 97222238
HSL0.520.810.66
HSV187°59°93°
CMYK 0.590.070.00   0.07
XYZ46.483760.957090.2048
Yxy60.95700.23520.3084
Hunter Lab78.0750-30.3572-13.8489
CIE-Lab82.3556-30.0121-18.2607

#61deee color RGB value is (97,222,238).

#61deee hex color red value is 97, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #61deee hue: 0.52 , saturation: 0.81 and the lightness value of 61deee is 0.66.

The process color (four color CMYK) of #61deee color hex is 0.59, 0.07, 0.00, 0.07. Web safe color of #61deee is #66ccff. Color #61deee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011110 11101110
Octal 141 336 356
Decimal 97 222 238
Hex 61 DE EE

RGB Percentages of Color #61deee

%17.41
%39.86
%42.73

CMYK Percentages of Color #61deee

%59
%7
%0
%7

Triadic Colors of #61deee

#61deee #ee61de #deee61

Analogous Colors of #61deee

#61deee #6198ee #61eeb8

Monochromatic Colors of #61deee

#61deee

Complementary Color

#61deee #ee7161

#61deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#61deee Color CSS Codes

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

#61deee Text Font Color

<p style="color:#61deee">Text here</p>

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


#61deee Background Color

<div style="background-color:#61deee">
Div content here</div>

This div background color is #61deee


#61deee Border Color

<div style="border:3px solid #61deee">
Div here</div>

This div border color is #61deee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,222,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61deee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61deee;
  -webkit-box-shadow: 1px 1px 3px 2px #61deee;
  box-shadow:         1px 1px 3px 2px #61deee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,222,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 #61deee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61deee


Comments

No comments written yet.

Please login to write comment.