Color Hex Logo

#10ccbd Color Hex

#10CCBD
(16,204,189)
0 Favorites   0 Comments

Color spaces of #10ccbd

RGB 16204189
HSL0.490.850.43
HSV175°92°80°
CMYK 0.920.000.07   0.20
XYZ30.991946.970055.5768
Yxy46.97000.23210.3517
Hunter Lab68.5347-39.2166-0.1058
CIE-Lab74.1706-44.5225-4.3694

#10ccbd color RGB value is (16,204,189).

#10ccbd hex color red value is 16, green value is 204 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #10ccbd hue: 0.49 , saturation: 0.85 and the lightness value of 10ccbd is 0.43.

The process color (four color CMYK) of #10ccbd color hex is 0.92, 0.00, 0.07, 0.20. Web safe color of #10ccbd is #00cccc. Color #10ccbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 11001100 10111101
Octal 20 314 275
Decimal 16 204 189
Hex 10 CC BD

RGB Percentages of Color #10ccbd

%3.91
%49.88
%46.21

CMYK Percentages of Color #10ccbd

%92
%0
%7
%20

Triadic Colors of #10ccbd

#10ccbd #bd10cc #ccbd10

Analogous Colors of #10ccbd

#10ccbd #107dcc #10cc5f

Monochromatic Colors of #10ccbd

#10ccbd

Complementary Color

#10ccbd #cc101f

#10ccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10ccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#10ccbd Color CSS Codes

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

#10ccbd Text Font Color

<p style="color:#10ccbd">Text here</p>

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


#10ccbd Background Color

<div style="background-color:#10ccbd">
Div content here</div>

This div background color is #10ccbd


#10ccbd Border Color

<div style="border:3px solid #10ccbd">
Div here</div>

This div border color is #10ccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10ccbd


Comments

No comments written yet.

Please login to write comment.