Color Hex Logo

#63ceeb Color Hex

#63CEEB
(99,206,235)
0 Favorites   0 Comments

Color spaces of #63ceeb

RGB 99206235
HSL0.540.770.65
HSV193°58°92°
CMYK 0.580.120.00   0.08
XYZ42.212352.793486.5626
Yxy52.79340.23250.2908
Hunter Lab72.6591-23.4513-19.7740
CIE-Lab77.7529-22.6285-23.6335

#63ceeb color RGB value is (99,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11001110 11101011
Octal 143 316 353
Decimal 99 206 235
Hex 63 CE EB

RGB Percentages of Color #63ceeb

%18.33
%38.15
%43.52

CMYK Percentages of Color #63ceeb

%58
%12
%0
%8

Triadic Colors of #63ceeb

#63ceeb #eb63ce #ceeb63

Analogous Colors of #63ceeb

#63ceeb #638aeb #63ebc4

Monochromatic Colors of #63ceeb

#63ceeb

Complementary Color

#63ceeb #eb8063

#63ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#63ceeb Color CSS Codes

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

#63ceeb Text Font Color

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

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


#63ceeb Background Color

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

This div background color is #63ceeb


#63ceeb Border Color

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

This div border color is #63ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63ceeb


Comments

No comments written yet.

Please login to write comment.