Color Hex Logo

#90cfbe Color Hex

#90CFBE
(144,207,190)
0 Favorites   0 Comments

Color spaces of #90cfbe

RGB 144207190
HSL0.460.400.69
HSV164°30°81°
CMYK 0.300.000.08   0.19
XYZ43.108754.272656.9188
Yxy54.27260.27940.3517
Hunter Lab73.6699-24.47135.7604
CIE-Lab78.6204-23.68662.0264

#90cfbe color RGB value is (144,207,190).

#90cfbe hex color red value is 144, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #90cfbe hue: 0.46 , saturation: 0.40 and the lightness value of 90cfbe is 0.69.

The process color (four color CMYK) of #90cfbe color hex is 0.30, 0.00, 0.08, 0.19. Web safe color of #90cfbe is #99cccc. Color #90cfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001111 10111110
Octal 220 317 276
Decimal 144 207 190
Hex 90 CF BE

RGB Percentages of Color #90cfbe

%26.62
%38.26
%35.12

CMYK Percentages of Color #90cfbe

%30
%0
%8
%19

Triadic Colors of #90cfbe

#90cfbe #be90cf #cfbe90

Analogous Colors of #90cfbe

#90cfbe #90c1cf #90cf9f

Monochromatic Colors of #90cfbe

#90cfbe

Complementary Color

#90cfbe #cf90a1

#90cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cfbe Color CSS Codes

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

#90cfbe Text Font Color

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

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


#90cfbe Background Color

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

This div background color is #90cfbe


#90cfbe Border Color

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

This div border color is #90cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cfbe


Comments

No comments written yet.

Please login to write comment.