Color Hex Logo

#2bccee Color Hex

#2BCCEE
(43,204,238)
0 Favorites   0 Comments

Color spaces of #2bccee

RGB 43204238
HSL0.530.850.55
HSV190°82°93°
CMYK 0.820.140.00   0.07
XYZ38.021749.872488.5113
Yxy49.87240.21550.2827
Hunter Lab70.6204-27.4821-24.8762
CIE-Lab75.9909-28.0999-28.0514

#2bccee color RGB value is (43,204,238).

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

The process color (four color CMYK) of #2bccee color hex is 0.82, 0.14, 0.00, 0.07. Web safe color of #2bccee is #33ccff. Color #2bccee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 11001100 11101110
Octal 53 314 356
Decimal 43 204 238
Hex 2B CC EE

RGB Percentages of Color #2bccee

%8.87
%42.06
%49.07

CMYK Percentages of Color #2bccee

%82
%14
%0
%7

Triadic Colors of #2bccee

#2bccee #ee2bcc #ccee2b

Analogous Colors of #2bccee

#2bccee #2b6bee #2beeaf

Monochromatic Colors of #2bccee

#2bccee

Complementary Color

#2bccee #ee4d2b

#2bccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2bccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2bccee Color CSS Codes

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

#2bccee Text Font Color

<p style="color:#2bccee">Text here</p>

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


#2bccee Background Color

<div style="background-color:#2bccee">
Div content here</div>

This div background color is #2bccee


#2bccee Border Color

<div style="border:3px solid #2bccee">
Div here</div>

This div border color is #2bccee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,204,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2bccee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2bccee;
  -webkit-box-shadow: 1px 1px 3px 2px #2bccee;
  box-shadow:         1px 1px 3px 2px #2bccee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,204,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 #2bccee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2bccee


Comments

No comments written yet.

Please login to write comment.