Color Hex Logo

#63caed Color Hex

#63CAED
(99,202,237)
0 Favorites   0 Comments

Color spaces of #63caed

RGB 99202237
HSL0.540.790.66
HSV195°58°93°
CMYK 0.580.150.00   0.07
XYZ41.552251.008187.7763
Yxy51.00810.23040.2828
Hunter Lab71.4200-21.1334-22.8744
CIE-Lab76.6839-20.0199-26.3384

#63caed color RGB value is (99,202,237).

#63caed hex color red value is 99, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #63caed hue: 0.54 , saturation: 0.79 and the lightness value of 63caed is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11001010 11101101
Octal 143 312 355
Decimal 99 202 237
Hex 63 CA ED

RGB Percentages of Color #63caed

%18.40
%37.55
%44.05

CMYK Percentages of Color #63caed

%58
%15
%0
%7

Triadic Colors of #63caed

#63caed #ed63ca #caed63

Analogous Colors of #63caed

#63caed #6385ed #63edcb

Monochromatic Colors of #63caed

#63caed

Complementary Color

#63caed #ed8663

#63caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#63caed Color CSS Codes

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

#63caed Text Font Color

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

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


#63caed Background Color

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

This div background color is #63caed


#63caed Border Color

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

This div border color is #63caed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63caed


Comments

No comments written yet.

Please login to write comment.