Color Hex Logo

#63bcea Color Hex

#63BCEA
(99,188,234)
0 Favorites   0 Comments

Color spaces of #63bcea

RGB 99188234
HSL0.560.760.65
HSV200°58°92°
CMYK 0.580.200.00   0.08
XYZ37.980144.559684.4410
Yxy44.55960.22750.2669
Hunter Lab66.7530-15.2575-28.2734
CIE-Lab72.6010-13.6226-30.9899

#63bcea color RGB value is (99,188,234).

#63bcea hex color red value is 99, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #63bcea hue: 0.56 , saturation: 0.76 and the lightness value of 63bcea is 0.65.

The process color (four color CMYK) of #63bcea color hex is 0.58, 0.20, 0.00, 0.08. Web safe color of #63bcea is #66ccff. Color #63bcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111100 11101010
Octal 143 274 352
Decimal 99 188 234
Hex 63 BC EA

RGB Percentages of Color #63bcea

%19.00
%36.08
%44.91

CMYK Percentages of Color #63bcea

%58
%20
%0
%8

Triadic Colors of #63bcea

#63bcea #ea63bc #bcea63

Analogous Colors of #63bcea

#63bcea #6379ea #63ead5

Monochromatic Colors of #63bcea

#63bcea

Complementary Color

#63bcea #ea9163

#63bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bcea Color CSS Codes

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

#63bcea Text Font Color

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

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


#63bcea Background Color

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

This div background color is #63bcea


#63bcea Border Color

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

This div border color is #63bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bcea


Comments

No comments written yet.

Please login to write comment.