Color Hex Logo

#61dfea Color Hex

#61DFEA
(97,223,234)
0 Favorites   0 Comments

Color spaces of #61dfea

RGB 97223234
HSL0.510.770.65
HSV185°59°92°
CMYK 0.590.050.00   0.08
XYZ46.168761.257387.2324
Yxy61.25730.23720.3147
Hunter Lab78.2670-31.6725-11.2946
CIE-Lab82.5169-31.5990-15.8964

#61dfea color RGB value is (97,223,234).

#61dfea hex color red value is 97, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #61dfea hue: 0.51 , saturation: 0.77 and the lightness value of 61dfea is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011111 11101010
Octal 141 337 352
Decimal 97 223 234
Hex 61 DF EA

RGB Percentages of Color #61dfea

%17.51
%40.25
%42.24

CMYK Percentages of Color #61dfea

%59
%5
%0
%8

Triadic Colors of #61dfea

#61dfea #ea61df #dfea61

Analogous Colors of #61dfea

#61dfea #619bea #61eab1

Monochromatic Colors of #61dfea

#61dfea

Complementary Color

#61dfea #ea6c61

#61dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dfea Color CSS Codes

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

#61dfea Text Font Color

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

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


#61dfea Background Color

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

This div background color is #61dfea


#61dfea Border Color

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

This div border color is #61dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dfea

#61dfea Color Palettes


Comments

No comments written yet.

Please login to write comment.