Color Hex Logo

#61cfec Color Hex

#61CFEC
(97,207,236)
0 Favorites   0 Comments

Color spaces of #61cfec

RGB 97207236
HSL0.530.790.65
HSV193°59°93°
CMYK 0.590.120.00   0.07
XYZ42.382953.223287.3962
Yxy53.22320.23160.2908
Hunter Lab72.9542-23.9700-19.9590
CIE-Lab78.0066-23.2090-23.7889

#61cfec color RGB value is (97,207,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001111 11101100
Octal 141 317 354
Decimal 97 207 236
Hex 61 CF EC

RGB Percentages of Color #61cfec

%17.96
%38.33
%43.70

CMYK Percentages of Color #61cfec

%59
%12
%0
%7

Triadic Colors of #61cfec

#61cfec #ec61cf #cfec61

Analogous Colors of #61cfec

#61cfec #618aec #61ecc4

Monochromatic Colors of #61cfec

#61cfec

Complementary Color

#61cfec #ec7e61

#61cfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61cfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#61cfec Color CSS Codes

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

#61cfec Text Font Color

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

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


#61cfec Background Color

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

This div background color is #61cfec


#61cfec Border Color

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

This div border color is #61cfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61cfec


Comments

No comments written yet.

Please login to write comment.