Color Hex Logo

#90bfed Color Hex

#90BFED
(144,191,237)
0 Favorites   0 Comments

Color spaces of #90bfed

RGB 144191237
HSL0.580.720.75
HSV210°39°93°
CMYK 0.390.190.00   0.07
XYZ45.418549.305387.2438
Yxy49.30530.24960.2710
Hunter Lab70.2177-7.4230-24.5139
CIE-Lab75.6409-4.1015-27.7596

#90bfed color RGB value is (144,191,237).

#90bfed hex color red value is 144, green value is 191 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #90bfed hue: 0.58 , saturation: 0.72 and the lightness value of 90bfed is 0.75.

The process color (four color CMYK) of #90bfed color hex is 0.39, 0.19, 0.00, 0.07. Web safe color of #90bfed is #99ccff. Color #90bfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111111 11101101
Octal 220 277 355
Decimal 144 191 237
Hex 90 BF ED

RGB Percentages of Color #90bfed

%25.17
%33.39
%41.43

CMYK Percentages of Color #90bfed

%39
%19
%0
%7

Triadic Colors of #90bfed

#90bfed #ed90bf #bfed90

Analogous Colors of #90bfed

#90bfed #9091ed #90eded

Monochromatic Colors of #90bfed

#90bfed

Complementary Color

#90bfed #edbe90

#90bfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bfed Color CSS Codes

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

#90bfed Text Font Color

<p style="color:#90bfed">Text here</p>

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


#90bfed Background Color

<div style="background-color:#90bfed">
Div content here</div>

This div background color is #90bfed


#90bfed Border Color

<div style="border:3px solid #90bfed">
Div here</div>

This div border color is #90bfed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,191,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90bfed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90bfed;
  -webkit-box-shadow: 1px 1px 3px 2px #90bfed;
  box-shadow:         1px 1px 3px 2px #90bfed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,191,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bfed


Comments

No comments written yet.

Please login to write comment.