Color Hex Logo

#61cbdf Color Hex

#61CBDF
(97,203,223)
0 Favorites   0 Comments

Color spaces of #61cbdf

RGB 97203223
HSL0.530.660.63
HSV190°57°87°
CMYK 0.570.090.00   0.13
XYZ39.605050.581077.4877
Yxy50.58100.23620.3017
Hunter Lab71.1203-25.0587-14.8140
CIE-Lab76.4245-24.9245-19.2088

#61cbdf color RGB value is (97,203,223).

#61cbdf hex color red value is 97, green value is 203 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #61cbdf hue: 0.53 , saturation: 0.66 and the lightness value of 61cbdf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001011 11011111
Octal 141 313 337
Decimal 97 203 223
Hex 61 CB DF

RGB Percentages of Color #61cbdf

%18.55
%38.81
%42.64

CMYK Percentages of Color #61cbdf

%57
%9
%0
%13

Triadic Colors of #61cbdf

#61cbdf #df61cb #cbdf61

Analogous Colors of #61cbdf

#61cbdf #618cdf #61dfb4

Monochromatic Colors of #61cbdf

#61cbdf

Complementary Color

#61cbdf #df7561

#61cbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61cbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#61cbdf Color CSS Codes

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

#61cbdf Text Font Color

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

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


#61cbdf Background Color

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

This div background color is #61cbdf


#61cbdf Border Color

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

This div border color is #61cbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61cbdf


Comments

No comments written yet.

Please login to write comment.