Color Hex Logo

#63bdaf Color Hex

#63BDAF
(99,189,175)
0 Favorites   0 Comments

Color spaces of #63bdaf

RGB 99189175
HSL0.470.410.56
HSV171°48°74°
CMYK 0.480.000.07   0.26
XYZ31.081042.143047.0537
Yxy42.14300.25840.3504
Hunter Lab64.9176-28.14442.4677
CIE-Lab70.9694-30.3948-1.2607

#63bdaf color RGB value is (99,189,175).

#63bdaf hex color red value is 99, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #63bdaf hue: 0.47 , saturation: 0.41 and the lightness value of 63bdaf is 0.56.

The process color (four color CMYK) of #63bdaf color hex is 0.48, 0.00, 0.07, 0.26. Web safe color of #63bdaf is #66cc99. Color #63bdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111101 10101111
Octal 143 275 257
Decimal 99 189 175
Hex 63 BD AF

RGB Percentages of Color #63bdaf

%21.38
%40.82
%37.80

CMYK Percentages of Color #63bdaf

%48
%0
%7
%26

Triadic Colors of #63bdaf

#63bdaf #af63bd #bdaf63

Analogous Colors of #63bdaf

#63bdaf #639ebd #63bd82

Monochromatic Colors of #63bdaf

#63bdaf

Complementary Color

#63bdaf #bd6371

#63bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bdaf Color CSS Codes

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

#63bdaf Text Font Color

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

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


#63bdaf Background Color

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

This div background color is #63bdaf


#63bdaf Border Color

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

This div border color is #63bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bdaf


Comments

No comments written yet.

Please login to write comment.