Color Hex Logo

#2bccdf Color Hex

#2BCCDF
(43,204,223)
0 Favorites   0 Comments

Color spaces of #2bccdf

RGB 43204223
HSL0.520.740.52
HSV186°81°87°
CMYK 0.810.090.00   0.13
XYZ35.908449.027077.3826
Yxy49.02700.22120.3020
Hunter Lab70.0193-30.9925-16.5115
CIE-Lab75.4681-32.8028-20.7770

#2bccdf color RGB value is (43,204,223).

#2bccdf hex color red value is 43, green value is 204 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #2bccdf hue: 0.52 , saturation: 0.74 and the lightness value of 2bccdf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 11001100 11011111
Octal 53 314 337
Decimal 43 204 223
Hex 2B CC DF

RGB Percentages of Color #2bccdf

%9.15
%43.40
%47.45

CMYK Percentages of Color #2bccdf

%81
%9
%0
%13

Triadic Colors of #2bccdf

#2bccdf #df2bcc #ccdf2b

Analogous Colors of #2bccdf

#2bccdf #2b72df #2bdf98

Monochromatic Colors of #2bccdf

#2bccdf

Complementary Color

#2bccdf #df3e2b

#2bccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2bccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2bccdf Color CSS Codes

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

#2bccdf Text Font Color

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

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


#2bccdf Background Color

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

This div background color is #2bccdf


#2bccdf Border Color

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

This div border color is #2bccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2bccdf


Comments

No comments written yet.

Please login to write comment.