Color Hex Logo

#61eefd Color Hex

#61EEFD
(97,238,253)
0 Favorites   0 Comments

Color spaces of #61eefd

RGB 97238253
HSL0.520.980.69
HSV186°62°99°
CMYK 0.620.060.00   0.01
XYZ53.233970.7823103.7851
Yxy70.78230.23370.3107
Hunter Lab84.1322-34.2871-14.2473
CIE-Lab87.3791-33.4516-18.5888

#61eefd color RGB value is (97,238,253).

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

The process color (four color CMYK) of #61eefd color hex is 0.62, 0.06, 0.00, 0.01. Web safe color of #61eefd is #66ffff. Color #61eefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101110 11111101
Octal 141 356 375
Decimal 97 238 253
Hex 61 EE FD

RGB Percentages of Color #61eefd

%16.50
%40.48
%43.03

CMYK Percentages of Color #61eefd

%62
%6
%0
%1

Triadic Colors of #61eefd

#61eefd #fd61ee #eefd61

Analogous Colors of #61eefd

#61eefd #61a0fd #61fdbe

Monochromatic Colors of #61eefd

#61eefd

Complementary Color

#61eefd #fd7061

#61eefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61eefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61eefd Color CSS Codes

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

#61eefd Text Font Color

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

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


#61eefd Background Color

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

This div background color is #61eefd


#61eefd Border Color

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

This div border color is #61eefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61eefd

Related Colors


Comments

No comments written yet.

Please login to write comment.