Color Hex Logo

#90bedd Color Hex

#90BEDD
(144,190,221)
1 Favorites   0 Comments

Color spaces of #90bedd

RGB 144190221
HSL0.570.530.72
HSV204°35°87°
CMYK 0.350.140.00   0.13
XYZ42.966247.976775.4025
Yxy47.97670.25830.2884
Hunter Lab69.2652-10.4880-16.0578
CIE-Lab74.8102-7.6871-20.3757

#90bedd color RGB value is (144,190,221).

#90bedd hex color red value is 144, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #90bedd hue: 0.57 , saturation: 0.53 and the lightness value of 90bedd is 0.72.

The process color (four color CMYK) of #90bedd color hex is 0.35, 0.14, 0.00, 0.13. Web safe color of #90bedd is #99cccc. Color #90bedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111110 11011101
Octal 220 276 335
Decimal 144 190 221
Hex 90 BE DD

RGB Percentages of Color #90bedd

%25.95
%34.23
%39.82

CMYK Percentages of Color #90bedd

%35
%14
%0
%13

Triadic Colors of #90bedd

#90bedd #dd90be #bedd90

Analogous Colors of #90bedd

#90bedd #9098dd #90ddd6

Monochromatic Colors of #90bedd

#90bedd

Complementary Color

#90bedd #ddaf90

#90bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bedd Color CSS Codes

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

#90bedd Text Font Color

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

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


#90bedd Background Color

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

This div background color is #90bedd


#90bedd Border Color

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

This div border color is #90bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bedd


Comments

No comments written yet.

Please login to write comment.