Color Hex Logo

#88c1fd Color Hex

#88C1FD
(136,193,253)
0 Favorites   0 Comments

Color spaces of #88c1fd

RGB 136193253
HSL0.590.970.76
HSV211°46°99°
CMYK 0.460.240.00   0.01
XYZ46.952950.4660100.1947
Yxy50.46600.23760.2554
Hunter Lab71.0394-6.3409-33.8956
CIE-Lab76.3544-2.8238-35.3005

#88c1fd color RGB value is (136,193,253).

#88c1fd hex color red value is 136, green value is 193 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #88c1fd hue: 0.59 , saturation: 0.97 and the lightness value of 88c1fd is 0.76.

The process color (four color CMYK) of #88c1fd color hex is 0.46, 0.24, 0.00, 0.01. Web safe color of #88c1fd is #99ccff. Color #88c1fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11000001 11111101
Octal 210 301 375
Decimal 136 193 253
Hex 88 C1 FD

RGB Percentages of Color #88c1fd

%23.37
%33.16
%43.47

CMYK Percentages of Color #88c1fd

%46
%24
%0
%1

Triadic Colors of #88c1fd

#88c1fd #fd88c1 #c1fd88

Analogous Colors of #88c1fd

#88c1fd #8a88fd #88fcfd

Monochromatic Colors of #88c1fd

#88c1fd

Complementary Color

#88c1fd #fdc488

#88c1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88c1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88c1fd Color CSS Codes

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

#88c1fd Text Font Color

<p style="color:#88c1fd">Text here</p>

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


#88c1fd Background Color

<div style="background-color:#88c1fd">
Div content here</div>

This div background color is #88c1fd


#88c1fd Border Color

<div style="border:3px solid #88c1fd">
Div here</div>

This div border color is #88c1fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,193,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88c1fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88c1fd;
  -webkit-box-shadow: 1px 1px 3px 2px #88c1fd;
  box-shadow:         1px 1px 3px 2px #88c1fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,193,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88c1fd

Related Colors


Comments

No comments written yet.

Please login to write comment.