Color Hex Logo

#28bbd1 Color Hex

#28BBD1
(40,187,209)
0 Favorites   0 Comments

Color spaces of #28bbd1

RGB 40187209
HSL0.520.680.49
HSV188°81°82°
CMYK 0.810.110.00   0.18
XYZ30.154040.595266.5680
Yxy40.59520.21960.2956
Hunter Lab63.7144-27.0217-17.3454
CIE-Lab69.8914-29.2075-21.6570

#28bbd1 color RGB value is (40,187,209).

#28bbd1 hex color red value is 40, green value is 187 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #28bbd1 hue: 0.52 , saturation: 0.68 and the lightness value of 28bbd1 is 0.49.

The process color (four color CMYK) of #28bbd1 color hex is 0.81, 0.11, 0.00, 0.18. Web safe color of #28bbd1 is #33cccc. Color #28bbd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10111011 11010001
Octal 50 273 321
Decimal 40 187 209
Hex 28 BB D1

RGB Percentages of Color #28bbd1

%9.17
%42.89
%47.94

CMYK Percentages of Color #28bbd1

%81
%11
%0
%18

Triadic Colors of #28bbd1

#28bbd1 #d128bb #bbd128

Analogous Colors of #28bbd1

#28bbd1 #2867d1 #28d193

Monochromatic Colors of #28bbd1

#28bbd1

Complementary Color

#28bbd1 #d13e28

#28bbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28bbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#28bbd1 Color CSS Codes

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

#28bbd1 Text Font Color

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

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


#28bbd1 Background Color

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

This div background color is #28bbd1


#28bbd1 Border Color

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

This div border color is #28bbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28bbd1


Comments

No comments written yet.

Please login to write comment.