Color Hex Logo

#63becd Color Hex

#63BECD
(99,190,205)
0 Favorites   0 Comments

Color spaces of #63becd

RGB 99190205
HSL0.520.510.60
HSV188°52°80°
CMYK 0.520.070.00   0.20
XYZ34.578543.887364.4062
Yxy43.88730.24200.3072
Hunter Lab66.2475-22.7634-11.2688
CIE-Lab72.1531-23.0324-15.8997

#63becd color RGB value is (99,190,205).

#63becd hex color red value is 99, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #63becd hue: 0.52 , saturation: 0.51 and the lightness value of 63becd is 0.60.

The process color (four color CMYK) of #63becd color hex is 0.52, 0.07, 0.00, 0.20. Web safe color of #63becd is #66cccc. Color #63becd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111110 11001101
Octal 143 276 315
Decimal 99 190 205
Hex 63 BE CD

RGB Percentages of Color #63becd

%20.04
%38.46
%41.50

CMYK Percentages of Color #63becd

%52
%7
%0
%20

Triadic Colors of #63becd

#63becd #cd63be #becd63

Analogous Colors of #63becd

#63becd #6389cd #63cda7

Monochromatic Colors of #63becd

#63becd

Complementary Color

#63becd #cd7263

#63becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63becd Color CSS Codes

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

#63becd Text Font Color

<p style="color:#63becd">Text here</p>

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


#63becd Background Color

<div style="background-color:#63becd">
Div content here</div>

This div background color is #63becd


#63becd Border Color

<div style="border:3px solid #63becd">
Div here</div>

This div border color is #63becd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,190,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63becd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63becd;
  -webkit-box-shadow: 1px 1px 3px 2px #63becd;
  box-shadow:         1px 1px 3px 2px #63becd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,190,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63becd


Comments

No comments written yet.

Please login to write comment.