Color Hex Logo

#61cfe9 Color Hex

#61CFE9
(97,207,233)
0 Favorites   0 Comments

Color spaces of #61cfe9

RGB 97207233
HSL0.530.760.65
HSV191°58°91°
CMYK 0.580.110.00   0.09
XYZ41.950653.050285.1195
Yxy53.05020.23290.2945
Hunter Lab72.8356-24.6528-18.3045
CIE-Lab77.9046-24.0727-22.3365

#61cfe9 color RGB value is (97,207,233).

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

The process color (four color CMYK) of #61cfe9 color hex is 0.58, 0.11, 0.00, 0.09. Web safe color of #61cfe9 is #66ccff. Color #61cfe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001111 11101001
Octal 141 317 351
Decimal 97 207 233
Hex 61 CF E9

RGB Percentages of Color #61cfe9

%18.06
%38.55
%43.39

CMYK Percentages of Color #61cfe9

%58
%11
%0
%9

Triadic Colors of #61cfe9

#61cfe9 #e961cf #cfe961

Analogous Colors of #61cfe9

#61cfe9 #618be9 #61e9bf

Monochromatic Colors of #61cfe9

#61cfe9

Complementary Color

#61cfe9 #e97b61

#61cfe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61cfe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61cfe9 Color CSS Codes

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

#61cfe9 Text Font Color

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

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


#61cfe9 Background Color

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

This div background color is #61cfe9


#61cfe9 Border Color

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

This div border color is #61cfe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61cfe9


Comments

No comments written yet.

Please login to write comment.