Color Hex Logo

#28cbee Color Hex

#28CBEE
(40,203,238)
0 Favorites   0 Comments

Color spaces of #28cbee

RGB 40203238
HSL0.530.850.55
HSV191°83°93°
CMYK 0.830.150.00   0.07
XYZ37.663649.336088.4266
Yxy49.33600.21470.2812
Hunter Lab70.2396-27.2047-25.4741
CIE-Lab75.6599-27.8334-28.5626

#28cbee color RGB value is (40,203,238).

#28cbee hex color red value is 40, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #28cbee hue: 0.53 , saturation: 0.85 and the lightness value of 28cbee is 0.55.

The process color (four color CMYK) of #28cbee color hex is 0.83, 0.15, 0.00, 0.07. Web safe color of #28cbee is #33ccff. Color #28cbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11001011 11101110
Octal 50 313 356
Decimal 40 203 238
Hex 28 CB EE

RGB Percentages of Color #28cbee

%8.32
%42.20
%49.48

CMYK Percentages of Color #28cbee

%83
%15
%0
%7

Triadic Colors of #28cbee

#28cbee #ee28cb #cbee28

Analogous Colors of #28cbee

#28cbee #2868ee #28eeae

Monochromatic Colors of #28cbee

#28cbee

Complementary Color

#28cbee #ee4b28

#28cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#28cbee Color CSS Codes

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

#28cbee Text Font Color

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

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


#28cbee Background Color

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

This div background color is #28cbee


#28cbee Border Color

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

This div border color is #28cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28cbee


Comments

No comments written yet.

Please login to write comment.