Color Hex Logo

#89cefa Color Hex

#89CEFA
(137,206,250)
0 Favorites   0 Comments

Color spaces of #89cefa

RGB 137206250
HSL0.560.920.76
HSV203°45°98°
CMYK 0.450.180.00   0.02
XYZ49.643256.363198.7052
Yxy56.36310.24250.2753
Hunter Lab75.0754-13.3497-25.3987
CIE-Lab79.8200-10.3524-28.3565

#89cefa color RGB value is (137,206,250).

#89cefa hex color red value is 137, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #89cefa hue: 0.56 , saturation: 0.92 and the lightness value of 89cefa is 0.76.

The process color (four color CMYK) of #89cefa color hex is 0.45, 0.18, 0.00, 0.02. Web safe color of #89cefa is #99ccff. Color #89cefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001110 11111010
Octal 211 316 372
Decimal 137 206 250
Hex 89 CE FA

RGB Percentages of Color #89cefa

%23.10
%34.74
%42.16

CMYK Percentages of Color #89cefa

%45
%18
%0
%2

Triadic Colors of #89cefa

#89cefa #fa89ce #cefa89

Analogous Colors of #89cefa

#89cefa #8996fa #89faee

Monochromatic Colors of #89cefa

#89cefa

Complementary Color

#89cefa #fab589

#89cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cefa Color CSS Codes

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

#89cefa Text Font Color

<p style="color:#89cefa">Text here</p>

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


#89cefa Background Color

<div style="background-color:#89cefa">
Div content here</div>

This div background color is #89cefa


#89cefa Border Color

<div style="border:3px solid #89cefa">
Div here</div>

This div border color is #89cefa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,206,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89cefa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89cefa;
  -webkit-box-shadow: 1px 1px 3px 2px #89cefa;
  box-shadow:         1px 1px 3px 2px #89cefa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,206,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cefa


Comments

No comments written yet.

Please login to write comment.