Color Hex Logo

#28cbbe Color Hex

#28CBBE
(40,203,190)
0 Favorites   0 Comments

Color spaces of #28cbbe

RGB 40203190
HSL0.490.670.48
HSV175°80°80°
CMYK 0.800.000.06   0.20
XYZ31.525346.880756.1025
Yxy46.88070.23440.3485
Hunter Lab68.4695-37.6351-0.6524
CIE-Lab74.1134-42.3129-4.9704

#28cbbe color RGB value is (40,203,190).

#28cbbe hex color red value is 40, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #28cbbe hue: 0.49 , saturation: 0.67 and the lightness value of 28cbbe is 0.48.

The process color (four color CMYK) of #28cbbe color hex is 0.80, 0.00, 0.06, 0.20. Web safe color of #28cbbe is #33cccc. Color #28cbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11001011 10111110
Octal 50 313 276
Decimal 40 203 190
Hex 28 CB BE

RGB Percentages of Color #28cbbe

%9.24
%46.88
%43.88

CMYK Percentages of Color #28cbbe

%80
%0
%6
%20

Triadic Colors of #28cbbe

#28cbbe #be28cb #cbbe28

Analogous Colors of #28cbbe

#28cbbe #2887cb #28cb6d

Monochromatic Colors of #28cbbe

#28cbbe

Complementary Color

#28cbbe #cb2835

#28cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#28cbbe Color CSS Codes

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

#28cbbe Text Font Color

<p style="color:#28cbbe">Text here</p>

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


#28cbbe Background Color

<div style="background-color:#28cbbe">
Div content here</div>

This div background color is #28cbbe


#28cbbe Border Color

<div style="border:3px solid #28cbbe">
Div here</div>

This div border color is #28cbbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,203,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28cbbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28cbbe;
  -webkit-box-shadow: 1px 1px 3px 2px #28cbbe;
  box-shadow:         1px 1px 3px 2px #28cbbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,203,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 #28cbbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28cbbe


Comments

No comments written yet.

Please login to write comment.