Color Hex Logo

#61dded Color Hex

#61DDED
(97,221,237)
0 Favorites   0 Comments

Color spaces of #61dded

RGB 97221237
HSL0.520.800.65
HSV187°59°93°
CMYK 0.590.070.00   0.07
XYZ46.072360.368789.3448
Yxy60.36870.23530.3083
Hunter Lab77.6973-30.1248-13.7900
CIE-Lab82.0382-29.8094-18.2091

#61dded color RGB value is (97,221,237).

#61dded hex color red value is 97, green value is 221 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #61dded hue: 0.52 , saturation: 0.80 and the lightness value of 61dded is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011101 11101101
Octal 141 335 355
Decimal 97 221 237
Hex 61 DD ED

RGB Percentages of Color #61dded

%17.48
%39.82
%42.70

CMYK Percentages of Color #61dded

%59
%7
%0
%7

Triadic Colors of #61dded

#61dded #ed61dd #dded61

Analogous Colors of #61dded

#61dded #6197ed #61edb7

Monochromatic Colors of #61dded

#61dded

Complementary Color

#61dded #ed7161

#61dded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dded Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dded Color CSS Codes

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

#61dded Text Font Color

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

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


#61dded Background Color

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

This div background color is #61dded


#61dded Border Color

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

This div border color is #61dded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,221,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dded


Comments

No comments written yet.

Please login to write comment.