Color Hex Logo

#63eaff Color Hex

#63EAFF
(99,234,255)
0 Favorites   0 Comments

Color spaces of #63eaff

RGB 99234255
HSL0.521.000.69
HSV188°61°100°
CMYK 0.610.080.00   0.00
XYZ52.618468.7183105.0984
Yxy68.71830.23240.3035
Hunter Lab82.8965-31.7663-17.1419
CIE-Lab86.3644-30.6722-21.1651

#63eaff color RGB value is (99,234,255).

#63eaff hex color red value is 99, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #63eaff hue: 0.52 , saturation: 1.00 and the lightness value of 63eaff is 0.69.

The process color (four color CMYK) of #63eaff color hex is 0.61, 0.08, 0.00, 0.00. Web safe color of #63eaff is #66ffff. Color #63eaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 11101010 11111111
Octal 143 352 377
Decimal 99 234 255
Hex 63 EA FF

RGB Percentages of Color #63eaff

%16.84
%39.80
%43.37

CMYK Percentages of Color #63eaff

%61
%8
%0
%0

Triadic Colors of #63eaff

#63eaff #ff63ea #eaff63

Analogous Colors of #63eaff

#63eaff #639cff #63ffc6

Monochromatic Colors of #63eaff

#63eaff

Complementary Color

#63eaff #ff7863

#63eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#63eaff Color CSS Codes

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

#63eaff Text Font Color

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

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


#63eaff Background Color

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

This div background color is #63eaff


#63eaff Border Color

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

This div border color is #63eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63eaff


Comments

No comments written yet.

Please login to write comment.