Color Hex Logo

#67cbcc Color Hex

#67CBCC
(103,203,204)
0 Favorites   0 Comments

Color spaces of #67cbcc

RGB 103203204
HSL0.500.500.60
HSV181°50°80°
CMYK 0.500.000.00   0.20
XYZ37.848549.955164.7742
Yxy49.95510.24810.3274
Hunter Lab70.6789-28.1015-4.8615
CIE-Lab76.0417-28.8792-9.5144

#67cbcc color RGB value is (103,203,204).

#67cbcc hex color red value is 103, green value is 203 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #67cbcc hue: 0.50 , saturation: 0.50 and the lightness value of 67cbcc is 0.60.

The process color (four color CMYK) of #67cbcc color hex is 0.50, 0.00, 0.00, 0.20. Web safe color of #67cbcc is #66cccc. Color #67cbcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11001011 11001100
Octal 147 313 314
Decimal 103 203 204
Hex 67 CB CC

RGB Percentages of Color #67cbcc

%20.20
%39.80
%40.00

CMYK Percentages of Color #67cbcc

%50
%0
%0
%20

Triadic Colors of #67cbcc

#67cbcc #cc67cb #cbcc67

Analogous Colors of #67cbcc

#67cbcc #6799cc #67cc9b

Monochromatic Colors of #67cbcc

#67cbcc

Complementary Color

#67cbcc #cc6867

#67cbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67cbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#67cbcc Color CSS Codes

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

#67cbcc Text Font Color

<p style="color:#67cbcc">Text here</p>

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


#67cbcc Background Color

<div style="background-color:#67cbcc">
Div content here</div>

This div background color is #67cbcc


#67cbcc Border Color

<div style="border:3px solid #67cbcc">
Div here</div>

This div border color is #67cbcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,203,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67cbcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67cbcc;
  -webkit-box-shadow: 1px 1px 3px 2px #67cbcc;
  box-shadow:         1px 1px 3px 2px #67cbcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67cbcc


Comments

No comments written yet.

Please login to write comment.