Color Hex Logo

#28cabb Color Hex

#28CABB
(40,202,187)
0 Favorites   0 Comments

Color spaces of #28cabb

RGB 40202187
HSL0.480.670.47
HSV174°80°79°
CMYK 0.800.000.07   0.21
XYZ30.965246.280054.3146
Yxy46.28000.23540.3518
Hunter Lab68.0294-37.80290.2835
CIE-Lab73.7269-42.7087-3.9152

#28cabb color RGB value is (40,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 11001010 10111011
Octal 50 312 273
Decimal 40 202 187
Hex 28 CA BB

RGB Percentages of Color #28cabb

%9.32
%47.09
%43.59

CMYK Percentages of Color #28cabb

%80
%0
%7
%21

Triadic Colors of #28cabb

#28cabb #bb28ca #cabb28

Analogous Colors of #28cabb

#28cabb #2888ca #28ca6a

Monochromatic Colors of #28cabb

#28cabb

Complementary Color

#28cabb #ca2837

#28cabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28cabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#28cabb Color CSS Codes

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

#28cabb Text Font Color

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

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


#28cabb Background Color

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

This div background color is #28cabb


#28cabb Border Color

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

This div border color is #28cabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,202,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28cabb


Comments

No comments written yet.

Please login to write comment.