Color Hex Logo

#67dadc Color Hex

#67DADC
(103,218,220)
0 Favorites   0 Comments

Color spaces of #67dadc

RGB 103218220
HSL0.500.630.63
HSV181°53°86°
CMYK 0.530.010.00   0.14
XYZ43.583258.193776.6456
Yxy58.19370.24430.3262
Hunter Lab76.2848-31.5174-6.1711
CIE-Lab80.8464-31.8768-10.9357

#67dadc color RGB value is (103,218,220).

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

The process color (four color CMYK) of #67dadc color hex is 0.53, 0.01, 0.00, 0.14. Web safe color of #67dadc is #66cccc. Color #67dadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011010 11011100
Octal 147 332 334
Decimal 103 218 220
Hex 67 DA DC

RGB Percentages of Color #67dadc

%19.04
%40.30
%40.67

CMYK Percentages of Color #67dadc

%53
%1
%0
%14

Triadic Colors of #67dadc

#67dadc #dc67da #dadc67

Analogous Colors of #67dadc

#67dadc #67a0dc #67dca4

Monochromatic Colors of #67dadc

#67dadc

Complementary Color

#67dadc #dc6967

#67dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#67dadc Color CSS Codes

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

#67dadc Text Font Color

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

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


#67dadc Background Color

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

This div background color is #67dadc


#67dadc Border Color

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

This div border color is #67dadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,218,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 #67dadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67dadc


Comments

No comments written yet.

Please login to write comment.