Color Hex Logo

#61dfee Color Hex

#61DFEE
(97,223,238)
0 Favorites   0 Comments

Color spaces of #61dfee

RGB 97223238
HSL0.520.810.66
HSV186°59°93°
CMYK 0.590.060.00   0.07
XYZ46.750161.489890.2936
Yxy61.48980.23550.3097
Hunter Lab78.4154-30.8080-13.3803
CIE-Lab82.6414-30.4926-17.8296

#61dfee color RGB value is (97,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011111 11101110
Octal 141 337 356
Decimal 97 223 238
Hex 61 DF EE

RGB Percentages of Color #61dfee

%17.38
%39.96
%42.65

CMYK Percentages of Color #61dfee

%59
%6
%0
%7

Triadic Colors of #61dfee

#61dfee #ee61df #dfee61

Analogous Colors of #61dfee

#61dfee #6199ee #61eeb7

Monochromatic Colors of #61dfee

#61dfee

Complementary Color

#61dfee #ee7061

#61dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dfee Color CSS Codes

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

#61dfee Text Font Color

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

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


#61dfee Background Color

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

This div background color is #61dfee


#61dfee Border Color

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

This div border color is #61dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dfee


Comments

No comments written yet.

Please login to write comment.