Color Hex Logo

#28beba Color Hex

#28BEBA
(40,190,186)
0 Favorites   0 Comments

Color spaces of #28beba

RGB 40190186
HSL0.500.650.45
HSV178°79°75°
CMYK 0.790.000.02   0.25
XYZ28.151540.823252.8503
Yxy40.82320.23110.3351
Hunter Lab63.8930-33.1651-4.3177
CIE-Lab70.0519-37.6216-8.8130

#28beba color RGB value is (40,190,186).

#28beba hex color red value is 40, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #28beba hue: 0.50 , saturation: 0.65 and the lightness value of 28beba is 0.45.

The process color (four color CMYK) of #28beba color hex is 0.79, 0.00, 0.02, 0.25. Web safe color of #28beba is #33cccc. Color #28beba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10111110 10111010
Octal 50 276 272
Decimal 40 190 186
Hex 28 BE BA

RGB Percentages of Color #28beba

%9.62
%45.67
%44.71

CMYK Percentages of Color #28beba

%79
%0
%2
%25

Triadic Colors of #28beba

#28beba #ba28be #beba28

Analogous Colors of #28beba

#28beba #2877be #28be6f

Monochromatic Colors of #28beba

#28beba

Complementary Color

#28beba #be282c

#28beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#28beba Color CSS Codes

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

#28beba Text Font Color

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

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


#28beba Background Color

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

This div background color is #28beba


#28beba Border Color

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

This div border color is #28beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28beba


Comments

No comments written yet.

Please login to write comment.