Color Hex Logo

#63b2cd Color Hex

#63B2CD
(99,178,205)
0 Favorites   0 Comments

Color spaces of #63b2cd

RGB 99178205
HSL0.540.510.60
HSV195°52°80°
CMYK 0.520.130.00   0.20
XYZ32.085438.901263.5752
Yxy38.90120.23840.2891
Hunter Lab62.3708-17.3233-16.7753
CIE-Lab68.6796-16.8538-21.1633

#63b2cd color RGB value is (99,178,205).

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

The process color (four color CMYK) of #63b2cd color hex is 0.52, 0.13, 0.00, 0.20. Web safe color of #63b2cd is #6699cc. Color #63b2cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10110010 11001101
Octal 143 262 315
Decimal 99 178 205
Hex 63 B2 CD

RGB Percentages of Color #63b2cd

%20.54
%36.93
%42.53

CMYK Percentages of Color #63b2cd

%52
%13
%0
%20

Triadic Colors of #63b2cd

#63b2cd #cd63b2 #b2cd63

Analogous Colors of #63b2cd

#63b2cd #637dcd #63cdb3

Monochromatic Colors of #63b2cd

#63b2cd

Complementary Color

#63b2cd #cd7e63

#63b2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63b2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63b2cd Color CSS Codes

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

#63b2cd Text Font Color

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

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


#63b2cd Background Color

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

This div background color is #63b2cd


#63b2cd Border Color

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

This div border color is #63b2cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,178,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 #63b2cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63b2cd


Comments

No comments written yet.

Please login to write comment.