Color Hex Logo

#63deeb Color Hex

#63DEEB
(99,222,235)
0 Favorites   0 Comments

Color spaces of #63deeb

RGB 99222235
HSL0.520.770.65
HSV186°58°92°
CMYK 0.580.060.00   0.08
XYZ46.262360.893487.9126
Yxy60.89340.23720.3122
Hunter Lab78.0342-30.7368-12.1716
CIE-Lab82.3214-30.4910-16.7149

#63deeb color RGB value is (99,222,235).

#63deeb hex color red value is 99, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #63deeb hue: 0.52 , saturation: 0.77 and the lightness value of 63deeb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11011110 11101011
Octal 143 336 353
Decimal 99 222 235
Hex 63 DE EB

RGB Percentages of Color #63deeb

%17.81
%39.93
%42.27

CMYK Percentages of Color #63deeb

%58
%6
%0
%8

Triadic Colors of #63deeb

#63deeb #eb63de #deeb63

Analogous Colors of #63deeb

#63deeb #639aeb #63ebb4

Monochromatic Colors of #63deeb

#63deeb

Complementary Color

#63deeb #eb7063

#63deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#63deeb Color CSS Codes

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

#63deeb Text Font Color

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

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


#63deeb Background Color

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

This div background color is #63deeb


#63deeb Border Color

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

This div border color is #63deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63deeb


Comments

No comments written yet.

Please login to write comment.