Color Hex Logo

#63efeb Color Hex

#63EFEB
(99,239,235)
0 Favorites   0 Comments

Color spaces of #63efeb

RGB 99239235
HSL0.500.810.66
HSV178°59°94°
CMYK 0.590.000.02   0.06
XYZ51.007570.383889.4943
Yxy70.38380.24190.3338
Hunter Lab83.8951-38.2898-4.5205
CIE-Lab87.1848-38.4416-9.4401

#63efeb color RGB value is (99,239,235).

#63efeb hex color red value is 99, green value is 239 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #63efeb hue: 0.50 , saturation: 0.81 and the lightness value of 63efeb is 0.66.

The process color (four color CMYK) of #63efeb color hex is 0.59, 0.00, 0.02, 0.06. Web safe color of #63efeb is #66ffff. Color #63efeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 11101111 11101011
Octal 143 357 353
Decimal 99 239 235
Hex 63 EF EB

RGB Percentages of Color #63efeb

%17.28
%41.71
%41.01

CMYK Percentages of Color #63efeb

%59
%0
%2
%6

Triadic Colors of #63efeb

#63efeb #eb63ef #efeb63

Analogous Colors of #63efeb

#63efeb #63adef #63efa5

Monochromatic Colors of #63efeb

#63efeb

Complementary Color

#63efeb #ef6367

#63efeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63efeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#63efeb Color CSS Codes

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

#63efeb Text Font Color

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

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


#63efeb Background Color

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

This div background color is #63efeb


#63efeb Border Color

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

This div border color is #63efeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63efeb


Comments

No comments written yet.

Please login to write comment.