Color Hex Logo

#28bccf Color Hex

#28BCCF
(40,188,207)
0 Favorites   0 Comments

Color spaces of #28bccf

RGB 40188207
HSL0.520.680.48
HSV187°81°81°
CMYK 0.810.090.00   0.19
XYZ30.120840.922565.3428
Yxy40.92250.22080.3000
Hunter Lab63.9707-27.9014-15.7822
CIE-Lab70.1216-30.3250-20.2122

#28bccf color RGB value is (40,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10111100 11001111
Octal 50 274 317
Decimal 40 188 207
Hex 28 BC CF

RGB Percentages of Color #28bccf

%9.20
%43.22
%47.59

CMYK Percentages of Color #28bccf

%81
%9
%0
%19

Triadic Colors of #28bccf

#28bccf #cf28bc #bccf28

Analogous Colors of #28bccf

#28bccf #2869cf #28cf8f

Monochromatic Colors of #28bccf

#28bccf

Complementary Color

#28bccf #cf3b28

#28bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#28bccf Color CSS Codes

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

#28bccf Text Font Color

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

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


#28bccf Background Color

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

This div background color is #28bccf


#28bccf Border Color

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

This div border color is #28bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28bccf


Comments

No comments written yet.

Please login to write comment.