Color Hex Logo

#61cfde Color Hex

#61CFDE
(97,207,222)
0 Favorites   0 Comments

Color spaces of #61cfde

RGB 97207222
HSL0.520.650.63
HSV187°56°87°
CMYK 0.560.070.00   0.13
XYZ40.427452.441077.0986
Yxy52.44100.23790.3085
Hunter Lab72.4162-27.0780-12.4324
CIE-Lab77.5438-27.1818-16.9796

#61cfde color RGB value is (97,207,222).

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

The process color (four color CMYK) of #61cfde color hex is 0.56, 0.07, 0.00, 0.13. Web safe color of #61cfde is #66cccc. Color #61cfde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001111 11011110
Octal 141 317 336
Decimal 97 207 222
Hex 61 CF DE

RGB Percentages of Color #61cfde

%18.44
%39.35
%42.21

CMYK Percentages of Color #61cfde

%56
%7
%0
%13

Triadic Colors of #61cfde

#61cfde #de61cf #cfde61

Analogous Colors of #61cfde

#61cfde #6191de #61deaf

Monochromatic Colors of #61cfde

#61cfde

Complementary Color

#61cfde #de7061

#61cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#61cfde Color CSS Codes

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

#61cfde Text Font Color

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

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


#61cfde Background Color

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

This div background color is #61cfde


#61cfde Border Color

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

This div border color is #61cfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61cfde


Comments

No comments written yet.

Please login to write comment.