Color Hex Logo

#67acdc Color Hex

#67ACDC
(103,172,220)
0 Favorites   0 Comments

Color spaces of #67acdc

RGB 103172220
HSL0.570.630.63
HSV205°53°86°
CMYK 0.530.220.00   0.14
XYZ33.264337.555973.2059
Yxy37.55590.23100.2608
Hunter Lab61.2829-10.3553-27.9273
CIE-Lab67.6920-8.3841-30.9133

#67acdc color RGB value is (103,172,220).

#67acdc hex color red value is 103, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #67acdc hue: 0.57 , saturation: 0.63 and the lightness value of 67acdc is 0.63.

The process color (four color CMYK) of #67acdc color hex is 0.53, 0.22, 0.00, 0.14. Web safe color of #67acdc is #6699cc. Color #67acdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101100 11011100
Octal 147 254 334
Decimal 103 172 220
Hex 67 AC DC

RGB Percentages of Color #67acdc

%20.81
%34.75
%44.44

CMYK Percentages of Color #67acdc

%53
%22
%0
%14

Triadic Colors of #67acdc

#67acdc #dc67ac #acdc67

Analogous Colors of #67acdc

#67acdc #6772dc #67dcd2

Monochromatic Colors of #67acdc

#67acdc

Complementary Color

#67acdc #dc9767

#67acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#67acdc Color CSS Codes

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

#67acdc Text Font Color

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

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


#67acdc Background Color

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

This div background color is #67acdc


#67acdc Border Color

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

This div border color is #67acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67acdc


Comments

No comments written yet.

Please login to write comment.