Color Hex Logo

#28bdcc Color Hex

#28BDCC
(40,189,204)
0 Favorites   0 Comments

Color spaces of #28bdcc

RGB 40189204
HSL0.520.670.48
HSV185°80°80°
CMYK 0.800.070.00   0.20
XYZ29.971841.205963.5006
Yxy41.20590.22250.3060
Hunter Lab64.1918-28.9923-13.7173
CIE-Lab70.3199-31.7430-18.2697

#28bdcc color RGB value is (40,189,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10111101 11001100
Octal 50 275 314
Decimal 40 189 204
Hex 28 BD CC

RGB Percentages of Color #28bdcc

%9.24
%43.65
%47.11

CMYK Percentages of Color #28bdcc

%80
%7
%0
%20

Triadic Colors of #28bdcc

#28bdcc #cc28bd #bdcc28

Analogous Colors of #28bdcc

#28bdcc #286bcc #28cc89

Monochromatic Colors of #28bdcc

#28bdcc

Complementary Color

#28bdcc #cc3728

#28bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#28bdcc Color CSS Codes

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

#28bdcc Text Font Color

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

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


#28bdcc Background Color

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

This div background color is #28bdcc


#28bdcc Border Color

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

This div border color is #28bdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28bdcc


Comments

No comments written yet.

Please login to write comment.